Make WordPress Core

Changeset 40227 for branches/4.5


Ignore:
Timestamp:
03/07/2017 01:07:45 AM (8 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.5/.travis.yml

    r37733 r40227  
    4848  fi
    4949before_script:
     50- |
     51  stable='^[0-9\.]+$';
     52  if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     53      phpenv config-rm xdebug.ini
     54  fi
    5055- npm install -g npm
    5156- npm install -g grunt-cli
    5257- npm install
     58- php --version
    5359- npm --version
    5460- node --version
Note: See TracChangeset for help on using the changeset viewer.