]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Release wallabag 2.3.2
[github/wallabag/wallabag.git] / .travis.yml
index 26707094e9346583745a91f0d0b36a941b62b9f1..57b3aa53aff3876672d21304f6ec8475b9f15660 100644 (file)
@@ -69,10 +69,10 @@ 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
     - echo "travis_fold:start:prepare"
     - make prepare DB=$DB
-    - echo "travis_fold:start:prepare"
+    - echo "travis_fold:end:prepare"
 
     - echo "travis_fold:start:fixtures"
     - php bin/console doctrine:fixtures:load --no-interaction --env=test