Make WordPress Core

Changeset 40230 for branches/4.2


Ignore:
Timestamp:
03/07/2017 01:11:33 AM (9 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Disable Xdebug when testing on Travis to increase performance.

See #39978

File:
1 edited

Legend:

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

    r31558 r40230  
    3535  fi
    3636before_script:
     37- |
     38  stable='^[0-9\.]+$';
     39  if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     40      phpenv config-rm xdebug.ini
     41  fi
    3742- npm install -g npm
    3843- npm install -g grunt-cli
    3944- npm install
     45- php --version
    4046script: grunt $WP_TRAVISCI
    4147notifications:
Note: See TracChangeset for help on using the changeset viewer.