Skip to:
Content

BuddyPress.org

Changeset 11283


Ignore:
Timestamp:
12/09/2016 11:50:03 PM (8 years ago)
Author:
netweb
Message:

Build Tools: Exclude Travis CI PHP 7.1 jobs from unsupported WordPress versions.

This changeset removes the PHP 7.1 jobs that were being tested with WordPress versions 4.6, 4.5, 4.4, and 4.3.

Fixes #7383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11271 r11283  
    5151            - mysql-client-core-5.6
    5252            - mysql-client-5.6
     53  exclude:
     54    - php: 7.1
     55      env: WP_VERSION=4.6
     56    - php: 7.1
     57      env: WP_VERSION=4.5
     58    - php: 7.1
     59      env: WP_VERSION=4.4
     60    - php: 7.1
     61      env: WP_VERSION=4.3
    5362  allow_failures:
    5463    - php: nightly
Note: See TracChangeset for help on using the changeset viewer.