Skip to:
Content

BuddyPress.org

Changeset 11294


Ignore:
Timestamp:
12/13/2016 12:00:19 AM (8 years ago)
Author:
netweb
Message:

Build Tools: Add the required HHVM Travis CI job environment variable.

Previously the HHVM job failed to run grunt $BP_TRAVISCI as the environment variable env: WP_VERSION=master BP_TRAVISCI=travis:phpunit was not included.

Fixes #7385.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r11284 r11294  
    3939    - php: 7.0
    4040      env: WP_VERSION=master BP_TRAVISCI=travis:grunt
    41     - env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage
    42       php: 7.0
     41    - php: 7.0
     42      env: WP_VERSION=master BP_TRAVISCI=travis:codecoverage
    4343    - php: hhvm
     44      env: WP_VERSION=master BP_TRAVISCI=travis:phpunit
    4445      sudo: required
    4546      dist: trusty
Note: See TracChangeset for help on using the changeset viewer.