]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Forgot .travis.yml file 2537/head 2.1.3
authorNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 4 Nov 2016 12:59:40 +0000 (13:59 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 4 Nov 2016 12:59:40 +0000 (13:59 +0100)
.travis.yml

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