X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=.travis.yml;h=57b3aa53aff3876672d21304f6ec8475b9f15660;hp=c6c03dc3fce35b70ed498f93b7e0a1127f9693ad;hb=58411a734ab61ccfc5e632ab3a22253ec4ffae0e;hpb=3473e600b1d0ae0695b8c15342a6a1f76e2bc973 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"