Skip to:
Content

BuddyPress.org

Changeset 10998


Ignore:
Timestamp:
08/07/2016 03:20:35 PM (9 years ago)
Author:
djpaul
Message:

Travis-CI: tweak config to try to fix allowed_failures for travis:codecoverage.

See #7207 and r10997

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r10997 r10998  
    3636    - php: 7.0
    3737      env: WP_VERSION=master BP_TRAVISCI=travis:grunt
    38     - php: 7.0
    39       env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage
     38    - env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage
     39      php: 7.0
    4040    - php: hhvm
    4141      sudo: required
     
    5454    - php: nightly
    5555    - php: hhvm
    56     - env: BP_TRAVISCI=travis:codecoverage WP_VERSION=master
     56    - env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage
    5757
    5858# before_install: Failures in this section will result in build status 'errored'
Note: See TracChangeset for help on using the changeset viewer.