Changeset 40828
- Timestamp:
- 05/24/2017 02:28:50 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5/.travis.yml
r40618 r40828 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.*" … … 80 80 - phpenv versions 81 81 - php --version 82 - | 83 # Debug PHP extensions, but not on HHVM because the command hangs indefinitely: 84 if [[ "$TRAVIS_PHP_VERSION" != 'hhvm' ]]; then 85 php -m 86 fi 82 - php -m 87 83 - npm --version 88 84 - node --version
Note: See TracChangeset
for help on using the changeset viewer.