X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=57b3aa53aff3876672d21304f6ec8475b9f15660;hb=b1b4ae6f86bfe6fa2dca9abc879cd5c307b9626e;hp=26707094e9346583745a91f0d0b36a941b62b9f1;hpb=2054740fdbae49a3900d84e0b4d2a604c5b099a5;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 26707094..57b3aa53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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