Changeset 46407 for branches/5.1/.travis.yml
- Timestamp:
- 10/05/2019 05:06:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1/.travis.yml
r44994 r46407 32 32 - php: 5.2 33 33 dist: precise 34 - php: nightly35 allow_failures:36 - php: nightly37 34 before_install: 38 35 - | … … 68 65 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 69 66 case "$TRAVIS_PHP_VERSION" in 70 7.3|7.2|7.1 |nightly)67 7.3|7.2|7.1) 71 68 echo "Using PHPUnit 7.x" 72 69 travis_retry composer global require "phpunit/phpunit:^7"
Note: See TracChangeset
for help on using the changeset viewer.