Allow failure for 'PHP 7.1 with dbase extension'

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2019-01-18 21:26:57 -02:00
parent 938723f4d6
commit 2929221e8e

View File

@ -38,6 +38,7 @@ jobs:
- php: nightly
- os: windows
- os: osx
- name: "PHP 7.1 with dbase extension"
include:
- stage: "Lint and analyse code"
@ -107,7 +108,7 @@ jobs:
- find . -type f -name "*.php" -print0 | xargs -0 sed -i ':a;N;$!ba;s/\r//g'
- stage: "PHP Unit tests"
name: "With dbase extension"
name: "PHP 7.1 with dbase extension"
php: 7.1
env: CI_MODE=test
install: