Changeset 41177
- Timestamp:
- 07/27/2017 09:31:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r41175 r41177 15 15 - php: 7.1 16 16 env: WP_TRAVISCI=travis:js 17 - php: 7.2 17 18 - php: 7.1 18 - php: 7.219 19 - php: 7.0 20 20 - php: 5.6 … … 49 49 before_script: 50 50 - | 51 # Remove Xdebug for a huge performance increase, but not from nightly: 52 stable='^[0-9\.]+$' 53 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then 51 # Remove Xdebug for a huge performance increase: 52 if [ -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini ]; then 54 53 phpenv config-rm xdebug.ini 54 else 55 echo "xdebug.ini does not exist" 55 56 fi 56 57 - | … … 64 65 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 65 66 case "$TRAVIS_PHP_VERSION" in 66 7. 1|7.0|nightly)67 7.2|7.1|7.0|nightly) 67 68 echo "Using PHPUnit 6.1" 68 69 composer global require "phpunit/phpunit=6.1.*"
Note: See TracChangeset
for help on using the changeset viewer.