mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-23 08:06:33 +00:00
Use --prefer-dist to improve CI perf
https://twitter.com/seldaek/status/708236348281495552
This commit is contained in:
parent
6aed6d69a5
commit
66e2be2371
1 changed files with 1 additions and 1 deletions
|
@ -50,6 +50,6 @@ before_install:
|
|||
- if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
|
||||
|
||||
script:
|
||||
- travis_wait composer update --no-interaction --no-progress
|
||||
- travis_wait composer install --no-interaction --no-progress --prefer-dist -o
|
||||
- ant prepare-$DB
|
||||
- bin/phpunit -v
|
||||
|
|
Loading…
Reference in a new issue