X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=44398935237161f3828fc5942c66a94f17865308;hb=76ee8a9ea5be42ebb2f7447997b7cc6019f6702c;hp=73f9491ab62d6922eb75c83a8b29db7a88a6448f;hpb=80bb0b73445092c4aa3e94f90cc5f8667fa123ba;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 73f9491a..44398935 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,7 +73,7 @@ before_install: - if [[ $TRAVIS_REPO_SLUG = wallabag/wallabag ]]; then cp .composer-auth.json ~/.composer/auth.json; fi; script: - - travis_wait composer install --no-interaction --no-progress --prefer-dist -o + - travis_wait composer update --no-interaction --no-progress - ant prepare-$DB - phpunit -v - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;