Merge pull request #2236 from wallabag/allow-failure-php-7.1

Allow failure for PHP 7.1
This commit is contained in:
Jeremy Benoist 2016-08-24 11:39:17 +02:00 committed by GitHub
commit c6d77eaf51

View File

@ -54,6 +54,7 @@ matrix:
env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run DB=sqlite env: CS_FIXER=run VALIDATE_TRANSLATION_FILE=run DB=sqlite
allow_failures: allow_failures:
- php: hhvm-3.12 - php: hhvm-3.12
- php: 7.1
- php: nightly - php: nightly
# exclude v1 branches # exclude v1 branches