From 3fa30bdd3766128ec28e99f5589d010f893d642e Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Mon, 6 Oct 2014 20:00:54 +0000 Subject: [PATCH] PHP 5.6 test failures shouldn't be allowed. PHP 5.6 was released on 28 August 2014 and thus tests on it should be on the same level as all of our other PHP tests pass. Fixes #29682 Props netweb git-svn-id: https://develop.svn.wordpress.org/trunk@29844 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0ebd8ccac5..4739f10fbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,6 @@ matrix: - php: hhvm env: WP_TRAVISCI=travis:phpunit allow_failures: - - php: 5.6 - php: hhvm fast_finish: true