X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=b1332ff3955d4567295c0db75e82899ca3ad3f0d;hb=4c212ca7d92392e7a0976061e087206a824bb014;hp=f1334f5265ccdd27f8b2f5e4b4b7669b1459bcef;hpb=c36f5adce2dcf30affe972fe8752e98aeb8d57a1;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index f1334f52..b1332ff3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,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 bash composer update --no-interaction --no-progress - ant prepare-$DB - if [[ $VALIDATE_TRANSLATION_FILE = '' ]]; then phpunit -v ; fi; - if [[ $CS_FIXER = run ]]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;