Skip to:
Content

BuddyPress.org

Changeset 9237


Ignore:
Timestamp:
12/18/2014 09:52:21 PM (10 years ago)
Author:
djpaul
Message:

Travis: run tests on PHP 5.6 and WP 4.1 branch.

WP 4.1's been released, and PHP 5.6 has been out for several months now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r9199 r9237  
    66    - 5.4
    77    - 5.5
     8    - 5.6
    89
    910# WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and
     
    1112env:
    1213    - WP_VERSION=master
     14    - WP_VERSION=4.1
    1315    - WP_VERSION=4.0
    1416    - WP_VERSION=3.9
     
    1719
    1820matrix:
    19   include:
    20     - php: 5.6
    21       env: WP_VERSION=master
    22   allow_failures:
    23     - php: 5.6
    2421  fast_finish: true
    2522
Note: See TracChangeset for help on using the changeset viewer.