X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=.travis.yml;h=2bd11eac140f4af72f8af741dcefe3b239a81431;hp=29ca7dc3a80d925775e5b38b7c2f6814d1b05b28;hb=82307d88f21a51b196f8057ece2f99b2df5ae07f;hpb=6830d9255850deb22aad69443ec288e8b7322436 diff --git a/.travis.yml b/.travis.yml index 29ca7dc3..2bd11eac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,7 +68,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;