Make WordPress Core


Ignore:
Timestamp:
03/07/2017 01:06:24 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.6/.travis.yml

    r37730 r40226  
    5252  fi
    5353before_script:
     54- |
     55  stable='^[0-9\.]+$';
     56  if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     57      phpenv config-rm xdebug.ini
     58  fi
    5459- npm install -g npm
    5560- npm install -g grunt-cli
     
    5863- mysql --version
    5964- phpenv versions
     65- php --version
    6066- npm --version
    6167- node --version
Note: See TracChangeset for help on using the changeset viewer.