]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Release wallabag 2.1.4
[github/wallabag/wallabag.git] / .travis.yml
index a8f6a74416b3ea09cec36717d810b098e8380803..3f9561b35360e786beefef2d4bfb6f764ab8aaa7 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 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;