Make WordPress Core

Changeset 40828


Ignore:
Timestamp:
05/24/2017 02:28:50 PM (8 years ago)
Author:
johnbillion
Message:

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

Props netweb

See #40548

File:
1 edited

Legend:

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

    r40618 r40828  
    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.*"
     
    8080- phpenv versions
    8181- php --version
    82 - |
    83   # Debug PHP extensions, but not on HHVM because the command hangs indefinitely:
    84   if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then
    85     php -m
    86   fi
     82- php -m
    8783- npm --version
    8884- node --version
Note: See TracChangeset for help on using the changeset viewer.