mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Add composer cache to travis config
This commit is contained in:
@@ -15,6 +15,10 @@ sudo: false
|
||||
before_install:
|
||||
- travis_retry composer self-update
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
install:
|
||||
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-dist; fi
|
||||
- if [[ $setup = 'stable' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-stable; fi
|
||||
|
||||
Reference in New Issue
Block a user