Changeset 40536 for trunk/.travis.yml
- Timestamp:
- 04/23/2017 02:05:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r40528 r40536 68 68 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 69 69 case "$TRAVIS_PHP_VERSION" in 70 7.1|7.0|hhvm|nightly) 70 7.1|7.0|nightly) 71 echo "Using PHPUnit 6.1" 72 composer global require "phpunit/phpunit=6.1.*" 73 ;; 74 hhvm) 71 75 echo "Using PHPUnit 5.7" 72 76 composer global require "phpunit/phpunit=5.7.*"
Note: See TracChangeset
for help on using the changeset viewer.