Make WordPress Core


Ignore:
Timestamp:
05/24/2017 02:33:17 PM (7 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Remove mentions of HHVM from the test infrastructure on Travis for the 4.1 branch.

See #40548

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/.travis.yml

    r40622 r40832  
    3535before_script:
    3636- |
    37   # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
     37  # Remove Xdebug for a huge performance increase, but not from nightly:
    3838  stable='^[0-9\.]+$'
    3939  if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     
    5050  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
    5151    case "$TRAVIS_PHP_VERSION" in
    52       7.1|7.0|hhvm|nightly)
     52      7.1|7.0|nightly)
    5353        echo "Using PHPUnit 5.7"
    5454        composer global require "phpunit/phpunit=5.7.*"
     
    7575- npm prune
    7676- php --version
    77 - |
    78   # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
    79   if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
    80     php -m
    81   fi
     77- php -m
    8278- npm --version
    8379- node --version
Note: See TracChangeset for help on using the changeset viewer.