Make WordPress Core


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

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

See #40548

File:
1 edited

Legend:

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

    r40619 r40829  
    3838before_script:
    3939- |
    40   # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:
     40  # Remove Xdebug for a huge performance increase, but not from nightly:
    4141  stable='^[0-9\.]+$'
    4242  if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     
    5353  if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
    5454    case "$TRAVIS_PHP_VERSION" in
    55       7.1|7.0|hhvm|nightly)
     55      7.1|7.0|nightly)
    5656        echo "Using PHPUnit 5.7"
    5757        composer global require "phpunit/phpunit=5.7.*"
     
    7878- npm prune
    7979- php --version
    80 - |
    81   # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
    82   if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
    83     php -m
    84   fi
     80- php -m
    8581- npm --version
    8682- node --version
Note: See TracChangeset for help on using the changeset viewer.