Make WordPress Core

Changeset 40830


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

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

See #40548

File:
1 edited

Legend:

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

    r40620 r40830  
    2828before_script:
    2929- |
    30   # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
     30  # Remove Xdebug for a huge performance increase, but not from nightly:
    3131  stable='^[0-9\.]+$'
    3232  if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     
    4343  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
    4444    case "$TRAVIS_PHP_VERSION" in
    45       7.1|7.0|hhvm|nightly)
     45      7.1|7.0|nightly)
    4646        echo "Using PHPUnit 5.7"
    4747        composer global require "phpunit/phpunit=5.7.*"
     
    6868- npm prune
    6969- php --version
    70 - |
    71   # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
    72   if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
    73     php -m
    74   fi
     70- php -m
    7571- npm --version
    7672- node --version
Note: See TracChangeset for help on using the changeset viewer.