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
This commit is contained in:
Aaron Jorbin 2016-08-17 20:45:07 +00:00
parent e784e65d68
commit 1bdd60ef65

View File

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