Changeset 40830
- Timestamp:
- 05/24/2017 02:31:39 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.3/.travis.yml
r40620 r40830 28 28 before_script: 29 29 - | 30 # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:30 # Remove Xdebug for a huge performance increase, but not from nightly: 31 31 stable='^[0-9\.]+$' 32 32 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then … … 43 43 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 44 44 case "$TRAVIS_PHP_VERSION" in 45 7.1|7.0| hhvm|nightly)45 7.1|7.0|nightly) 46 46 echo "Using PHPUnit 5.7" 47 47 composer global require "phpunit/phpunit=5.7.*" … … 68 68 - npm prune 69 69 - php --version 70 - | 71 # Debug PHP extensions, but not on HHVM because the command hangs indefinitely: 72 if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then 73 php -m 74 fi 70 - php -m 75 71 - npm --version 76 72 - node --version
Note: See TracChangeset
for help on using the changeset viewer.