Make WordPress Core


Ignore:
Timestamp:
03/07/2017 01:10:46 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.3/.travis.yml

    r33443 r40229  
    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.