Travis.yml cache settings to speed up our testing

This commit is contained in:
Ismo Vuorinen
2017-02-10 10:25:46 +02:00
parent 0509cbb2fb
commit bbd501c2d6

View File

@@ -12,6 +12,10 @@ env:
- setup=basic
- coverage=no
cache:
directories:
- $HOME/.composer/cache/files
before_script:
- composer config discard-changes true
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction; fi