Use Travis cache
This is to avoid re-downloading all dependencies for every build.
This commit is contained in:
parent
444308d42c
commit
b78227c370
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user