mirror of https://github.com/wallabag/wallabag.git
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:
parent
a5684f6a23
commit
ddb49dd931
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue