]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Change Travis configuration 1910/head 2.0.1
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 11 Apr 2016 12:36:29 +0000 (14:36 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 11 Apr 2016 18:23:11 +0000 (20:23 +0200)
.travis.yml

index 324b236abc49d124c936047070756846c4a7c78e..4da81c6ea6b3b007d499150305e57c8b38907c15 100644 (file)
@@ -54,7 +54,7 @@ before_install:
     - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi;
 
 script:
-    - travis_wait composer install --no-interaction --no-progress --prefer-dist -o
+    - travis_wait composer update --no-interaction --no-progress
     - ant prepare-$DB
     - bin/phpunit -v
     - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;