Skip to:
Content

BuddyPress.org

Changeset 8392


Ignore:
Timestamp:
05/07/2014 11:57:50 AM (10 years ago)
Author:
johnjamesjacoby
Message:

Update .travis.yml to play nicer with PHP5.6. We can revisit this when 5.6 is considered stable. Props netweb. Fixes #5160.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r8384 r8392  
    66    - 5.4
    77    - 5.5
    8     - 5.6
    98
    109env:
     
    1312    - WP_VERSION=tags/3.8.3
    1413    - WP_VERSION=tags/3.7.3
     14
     15matrix:
     16  include:
     17    - php: 5.6
     18      env: WP_VERSION=trunk
     19  allow_failures:
     20    - php: 5.6
    1521
    1622before_script:
Note: See TracChangeset for help on using the changeset viewer.