From 1bdd60ef656957add5c8cafaaa2426be7b9a55f4 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 17 Aug 2016 20:45:07 +0000 Subject: [PATCH] Build/Test Tools: Ensure PHP 7.1 is tested on Travis. PHP 7.1 is the next version of PHP and WordPress should support it with the first major version after 7.1 launches. This will facilitate testing. Failures on 7.1 won't necessitate builds failing while 7.1 is still in beta. Fixes #37625. git-svn-id: https://develop.svn.wordpress.org/trunk@38273 602fd350-edb4-49c9-b593-d223f7449a82 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 61801d3f9b..7899009ee2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,10 +30,12 @@ matrix: - mysql-client-core-5.6 - mysql-client-5.6 - php: 7.0 + - php: 7.1 - php: nightly allow_failures: - php: hhvm - php: nightly + - php: 7.1 before_install: - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen - |