Skip to content

Commit

Permalink
add composer to travis cache
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed Nov 29, 2015
1 parent d5f3643 commit 13f227e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ php:
- 5.6
- hhvm
install:
- composer install --dev
- composer update --prefer-source
script:
- ./vendor/bin/phpunit
after_script:
Expand All @@ -15,3 +15,7 @@ env:
global:
secure: XnXSc7nxJMIrm/EJ1KuwlN4f+sj2R/sR0IFHdOdbOfMKyZ/u6WEgZ3vNrdeAsisiC/QUJJ00DGku1pAl3t3Hzvam0N/SiHtXjB1ZLVbX00S1PEZ6Z+h9zoaUBXWoN6+0OdKN0Xjmj2lwvTpvUxUZXNabilOw0F9WS/+JasofqBQ=
sudo: false
cache:
directories:
- vendor
- $HOME/.composer/cache

0 comments on commit 13f227e

Please sign in to comment.