Make WordPress Core


Ignore:
Timestamp:
03/07/2017 01:09:00 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.4/.travis.yml

    r37731 r40228  
    4545  fi
    4646before_script:
     47- |
     48  stable='^[0-9\.]+$';
     49  if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     50      phpenv config-rm xdebug.ini
     51  fi
    4752- npm install -g npm
    4853- npm install -g grunt-cli
    4954- npm install
     55- php --version
    5056- npm --version
    5157- node --version
Note: See TracChangeset for help on using the changeset viewer.