Skip to:
Content

BuddyPress.org

Changeset 11653 for trunk/.travis.yml


Ignore:
Timestamp:
07/28/2017 08:08:27 AM (7 years ago)
Author:
netweb
Message:

Build Tools: Run Travis-CI unit tests on WordPress 4.8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11652 r11653  
    2626env:
    2727  - WP_VERSION=master BP_TRAVISCI=travis:phpunit
     28  - WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
    2829  - WP_VERSION=4.7 BP_TRAVISCI=travis:phpunit
    2930  - WP_VERSION=4.6 BP_TRAVISCI=travis:phpunit
     
    4344    - php: 5.3
    4445      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
     46      dist: precise
     47    - php: 5.3
     48      env: WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
    4549      dist: precise
    4650    - php: 5.3
Note: See TracChangeset for help on using the changeset viewer.