Make WordPress Core

Changeset 38273


Ignore:
Timestamp:
08/17/2016 08:45:07 PM (8 years ago)
Author:
jorbin
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r37730 r38273  
    3131        - mysql-client-5.6
    3232  - php: 7.0
     33  - php: 7.1
    3334  - php: nightly
    3435  allow_failures:
    3536  - php: hhvm
    3637  - php: nightly
     38  - php: 7.1
    3739before_install:
    3840- git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
Note: See TracChangeset for help on using the changeset viewer.