forked from wallabag/wallabag
Allow failure for PHP 7.1
Got tired of `EE/home/travis/build.sh: line 45: 4445 Segmentation fault (core dumped) phpunit -v` using PHP 7.1.0beta3
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user