From f2ff360557ea5fe382071bdeae835ebe3ab90774 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 2 Dec 2016 06:43:46 +0000 Subject: [PATCH] Build/Test Tools: Remove PHP 7.1 from allowed failures [39424] for 4.7 :tada: PHP 7.1 has been officially released. http://php.net/archive/2016.php#id2016-12-01-3 See #37625 Props helen, pento, The PHP team git-svn-id: https://develop.svn.wordpress.org/branches/4.7@39425 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7899009ee2..3ffb969e5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,6 @@ matrix: allow_failures: - php: hhvm - php: nightly - - php: 7.1 before_install: - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen - |