Skip to:
Content

BuddyPress.org

Changeset 11649


Ignore:
Timestamp:
07/26/2017 02:50:33 AM (7 years ago)
Author:
netweb
Message:

Build Tools: Run Travis CI tests on PHP 7.2, and WordPress 4.9 (master) allowing to fail.

Fixes #7574. See #7392.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11635 r11649  
    3333matrix:
    3434  include:
     35    - php: 7.2
     36      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
    3537    - php: nightly
    3638      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
     
    6264      env: WP_VERSION=4.4 BP_TRAVISCI=travis:phpunit
    6365  allow_failures:
     66    - php: 7.2
    6467    - php: 7.1
    6568    - php: nightly
Note: See TracChangeset for help on using the changeset viewer.