X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=.travis.yml;h=57b3aa53aff3876672d21304f6ec8475b9f15660;hp=c6c03dc3fce35b70ed498f93b7e0a1127f9693ad;hb=79ad373d334d5352f9a18b2467c8e4ca9a549db9;hpb=bd527a9f4c82df4703bab9cf3ecff494e292a4d8 diff --git a/.travis.yml b/.travis.yml index c6c03dc3..57b3aa53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,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 - echo "travis_fold:start:prepare" - make prepare DB=$DB - echo "travis_fold:end:prepare"