Changeset 40832 for branches/4.1/.travis.yml
- Timestamp:
- 05/24/2017 02:33:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/.travis.yml
r40622 r40832 35 35 before_script: 36 36 - | 37 # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:37 # Remove Xdebug for a huge performance increase, but not from nightly: 38 38 stable='^[0-9\.]+$' 39 39 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then … … 50 50 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 51 51 case "$TRAVIS_PHP_VERSION" in 52 7.1|7.0| hhvm|nightly)52 7.1|7.0|nightly) 53 53 echo "Using PHPUnit 5.7" 54 54 composer global require "phpunit/phpunit=5.7.*" … … 75 75 - npm prune 76 76 - php --version 77 - | 78 # Debug PHP extensions, but not on HHVM because the command hangs indefinitely: 79 if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then 80 php -m 81 fi 77 - php -m 82 78 - npm --version 83 79 - node --version
Note: See TracChangeset
for help on using the changeset viewer.