Make WordPress Core

Changeset 40225 for branches/4.7


Ignore:
Timestamp:
03/07/2017 12:20:32 AM (7 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.7/.travis.yml

    r39425 r40225  
    5353  fi
    5454before_script:
     55- |
     56  stable='^[0-9\.]+$';
     57  if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     58      phpenv config-rm xdebug.ini
     59  fi
    5560- npm install -g npm
    5661- npm install -g grunt-cli
     
    5964- mysql --version
    6065- phpenv versions
     66- php --version
    6167- npm --version
    6268- node --version
Note: See TracChangeset for help on using the changeset viewer.