Skip to:
Content

BuddyPress.org

Opened 8 years ago

Closed 8 years ago

#7385 closed defect (bug) (fixed)

HHVM Travis CI job requires environment variables be set

Reported by: netweb's profile netweb Owned by: netweb's profile netweb
Milestone: 2.8 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch commit
Cc:

Description

HHVM fails to run grunt $BP_TRAVISCI as the environment variable env: WP_VERSION=master BP_TRAVISCI=travis:phpunit is not included for the job

Note: Patch reorders the code coverage job configuration to reference the PHP version as the 1st job configuration element for consistency with other job definitions.

Attachments (1)

7385.patch (589 bytes) - added by netweb 8 years ago.

Download all attachments as: .zip

Change History (4)

@netweb
8 years ago

#1 @DJPaul
8 years ago

  • Keywords commit added

Looks good to me!

#3 @netweb
8 years ago

  • Owner set to netweb
  • Resolution set to fixed
  • Status changed from new to closed

In 11294:

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.

Note: See TracTickets for help on using tickets.