Changeset 44701 for trunk/.travis.yml
- Timestamp:
- 01/28/2019 02:10:24 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r44219 r44701 68 68 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 69 69 case "$TRAVIS_PHP_VERSION" in 70 7.3|7.2|7.1|7.0|nightly) 70 7.3|7.2|7.1|nightly) 71 echo "Using PHPUnit 7.x" 72 travis_retry composer global require "phpunit/phpunit:^7" 73 ;; 74 7.0) 71 75 echo "Using PHPUnit 6.x" 72 76 travis_retry composer global require "phpunit/phpunit:^6"
Note: See TracChangeset
for help on using the changeset viewer.