]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Release wallabag 2.0.8
[github/wallabag/wallabag.git] / .travis.yml
index 73f9491ab62d6922eb75c83a8b29db7a88a6448f..b5558cf77b7b630382d51605bf53fce437207af5 100644 (file)
@@ -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;