Changeset 40829 for branches/4.4/.travis.yml
- Timestamp:
- 05/24/2017 02:31:00 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4/.travis.yml
r40619 r40829 38 38 before_script: 39 39 - | 40 # Remove Xdebug for a huge performance increase, but not from nightly or hhvm:40 # Remove Xdebug for a huge performance increase, but not from nightly: 41 41 stable='^[0-9\.]+$' 42 42 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then … … 53 53 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 54 54 case "$TRAVIS_PHP_VERSION" in 55 7.1|7.0| hhvm|nightly)55 7.1|7.0|nightly) 56 56 echo "Using PHPUnit 5.7" 57 57 composer global require "phpunit/phpunit=5.7.*" … … 78 78 - npm prune 79 79 - php --version 80 - | 81 # Debug PHP extensions, but not on HHVM because the command hangs indefinitely: 82 if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then 83 php -m 84 fi 80 - php -m 85 81 - npm --version 86 82 - node --version
Note: See TracChangeset
for help on using the changeset viewer.