Skip to:
Content

bbPress.org

Changeset 6656


Ignore:
Timestamp:
08/20/2017 10:19:52 AM (7 years ago)
Author:
netweb
Message:

Build Tools: Exclude Travis CI PHP 7.2 builds for WP 4.7 & 4.8, PHP 7.2 compat will WP 4.9.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r6655 r6656  
    5757      env: WP_VERSION=4.7
    5858      dist: precise
     59  exclude:
     60    - php: 7.2
     61      env: WP_VERSION=4.8
     62    - php: 7.2
     63      env: WP_VERSION=4.7
    5964  allow_failures:
    6065    - php: nightly
Note: See TracChangeset for help on using the changeset viewer.