From 57cb95318a93ec9e09c4445aaaccd6fb80ab2cf9 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 17 Mar 2021 14:10:13 +1300 Subject: [PATCH] [ci] Remove PHP 7.2 from allow_failures The comment says "seg fault in director_basic testcase" but the this build is passing now. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index deb46a8ed..9f1fd1fe8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -422,11 +422,6 @@ matrix: os: linux env: SWIGLANG=d VER=2.086.1 dist: xenial - # seg fault in director_basic testcase - - compiler: gcc - os: linux - env: SWIGLANG=php VER=7.2 - dist: xenial # Experimental languages - compiler: gcc os: linux