Skip to:
Content

BuddyPress.org

Changeset 9560 for trunk/.travis.yml


Ignore:
Timestamp:
02/26/2015 12:12:22 PM (10 years ago)
Author:
boonebgorges
Message:

Add PHP nightly build as an allowed failure in Travis CI test matrix.

Props tw2113, netweb.
Fixes #6256.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r9504 r9560  
    2626matrix:
    2727  fast_finish: true
     28  include:
     29    - php: nightly
     30      env: WP_VERSION=master
     31  allow_failures:
     32    - php: nightly
    2833
    2934# before_install: Failures in this section will result in build status 'errored'
Note: See TracChangeset for help on using the changeset viewer.