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