Use Travis cache

This is to avoid re-downloading all dependencies for every build.
This commit is contained in:
Adrien Loison 2015-08-18 21:52:24 -07:00
parent 444308d42c
commit b78227c370

View File

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