X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=365cc881369cc2ddedb88916dae6f731d114cab2;hb=refs%2Ftags%2F2.2.0;hp=8c8093bf4ed88967ab847856a84506a6c0f00107;hpb=ec67907420641b238683c8e103b9d0e6058bc7b5;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 8c8093bf..365cc881 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 - ant prepare-$DB - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then ./bin/simple-phpunit -v ; fi; - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;