X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=2bd11eac140f4af72f8af741dcefe3b239a81431;hb=82307d88f21a51b196f8057ece2f99b2df5ae07f;hp=8c8093bf4ed88967ab847856a84506a6c0f00107;hpb=78295b99dd1721c613f1ce52e2debbe6f6db7753;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 8c8093bf..2bd11eac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,6 @@ matrix: - php: 7.0 env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run ASSETS=build DB=sqlite allow_failures: - - php: 7.1 - php: nightly # exclude v1 branches @@ -69,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;