From 2929221e8e2fed584172e1a320ae696d0b07efe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Fri, 18 Jan 2019 21:26:57 -0200 Subject: [PATCH] Allow failure for 'PHP 7.1 with dbase extension' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 20c2a86d97..4cf7723bcc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: