mirror of
https://github.com/superhelio/commands.git
synced 2026-01-26 03:33:59 +00:00
Travis.yml cache settings to speed up our testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user