X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=b5558cf77b7b630382d51605bf53fce437207af5;hb=345a373dc8c2ce5317fb263b991c909204d4b7a0;hp=73f9491ab62d6922eb75c83a8b29db7a88a6448f;hpb=fc41abb990b835ec9449d691a14d0b88579db865;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 73f9491a..b5558cf7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,6 +54,7 @@ matrix: env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run DB=sqlite allow_failures: - php: hhvm-3.12 + - php: 7.1 - php: nightly # exclude v1 branches @@ -73,7 +74,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 - phpunit -v - if [ "$CS_FIXER" = "run" ]; then php bin/php-cs-fixer fix src/ --verbose --dry-run ; fi;