From 11a2e57ae84bf71bae233108974c1c2bdc70e544 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 4 Oct 2017 19:53:07 +0000 Subject: [PATCH] Build/Test tools: Remove PHP 7.2 from the allowed failures list on Travis CI. Fixes #40109 git-svn-id: https://develop.svn.wordpress.org/trunk@41748 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 389d2481a8..021345549c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,6 @@ matrix: - php: nightly allow_failures: - php: nightly - - php: 7.2 before_install: - | if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then