Skip to content

Commit

Permalink
Merge pull request #93 from TomasVotruba/patch-1
Browse files Browse the repository at this point in the history
travis: use container based build + add composer cache
  • Loading branch information
liuggio committed Nov 25, 2015
2 parents 8c22cfd + 3b5ee76 commit 49fd57f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: php

sudo: false

cache:
directories:
- $HOME/.composer/cache

php:
- 5.3
- 5.4
Expand Down

0 comments on commit 49fd57f

Please sign in to comment.