X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=11c35a218b2f56106592391aac516b3a32ef0cc6;hb=81b53d9812ef98b03a5ebe431bf0eca5c900dd7a;hp=d397c872d07fa8c6ca2be8f4e7e922e41801a453;hpb=15840670287d9c3683e7d02984f61deab825e08a;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index d397c872..11c35a21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,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 - bin/phpunit -v - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;