From 49a18a808138bee650a6fc0da199ab660d0c84dc Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 12 Nov 2015 21:44:24 +0000 Subject: [PATCH] Remove PHP 7 from allowed failures list PHP 7 has released it's 7th (and potentially final) Release Candidate today. While it is still not recommended for use in production, it is at a point that a test failure with it is something that needs to be triaged immediately. Congratulations to the PHP internals team on the upcoming final release of PHP 7. Fixes #33410 git-svn-id: https://develop.svn.wordpress.org/trunk@35633 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18017cebc5..7eeff0342a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,6 @@ matrix: env: WP_TRAVISCI=travis:phpunit allow_failures: - php: hhvm - - php: 7.0 - php: nightly before_install: - WP_CORE_DIR=/tmp/wordpress/