Skip to:
Content

bbPress.org

Changeset 6132


Ignore:
Timestamp:
12/08/2016 06:00:25 AM (7 years ago)
Author:
netweb
Message:

Build Tools: Add PHP 7.1 to the Travis CI job matrix and remove from allow_failures list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r6131 r6132  
    1010# PHP version used in first build configuration.
    1111php:
     12    - 7.1
    1213    - 7.0
    1314    - 5.6
     
    3334matrix:
    3435  include:
    35     - php: 7.1
    36       env: WP_VERSION=master
    3736    - php: nightly
    3837      env: WP_VERSION=master
     
    5655      env: WP_VERSION=4.0
    5756  allow_failures:
    58     - php: 7.1
    5957    - php: nightly
    6058    - php: hhvm
Note: See TracChangeset for help on using the changeset viewer.