aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2016-03-11 14:55:33 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-03-11 17:59:42 +0100
commit66e2be23717ad8af3cabe5d0c69effd492af3ece (patch)
tree95e3be1ab405c4dfdef95f65f0bbcb5d7da8862c /.travis.yml
parent6aed6d69a5cc0cc143e485c5fefaaa91f4a23e07 (diff)
downloadwallabag-66e2be23717ad8af3cabe5d0c69effd492af3ece.tar.gz
wallabag-66e2be23717ad8af3cabe5d0c69effd492af3ece.tar.zst
wallabag-66e2be23717ad8af3cabe5d0c69effd492af3ece.zip
Use --prefer-dist to improve CI perf
https://twitter.com/seldaek/status/708236348281495552
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f0abe87..5741b533 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,6 +50,6 @@ before_install:
50 - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; 50 - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
51 51
52script: 52script:
53 - travis_wait composer update --no-interaction --no-progress 53 - travis_wait composer install --no-interaction --no-progress --prefer-dist -o
54 - ant prepare-$DB 54 - ant prepare-$DB
55 - bin/phpunit -v 55 - bin/phpunit -v