Merge pull request #87 from box/use_travis_cache

Use Travis cache
This commit is contained in:
Adrien Loison 2015-08-18 21:56:51 -07:00
commit e0c84f77b1

View File

@ -7,6 +7,10 @@ php:
- 7.0
- hhvm
cache:
directories:
- $HOME/.composer/cache
install:
- composer install --no-interaction --prefer-source