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
This commit is contained in:
Aaron Jorbin 2015-11-12 21:44:24 +00:00
parent 39e40f4969
commit 49a18a8081
1 changed files with 0 additions and 1 deletions

View File

@ -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/