Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit afbe88b

Browse files
committed
fix travis file
1 parent d3c10af commit afbe88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ before_script:
4747
# Install the specified version of PHPUnit depending on the PHP version:
4848
if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then
4949
case "$TRAVIS_PHP_VERSION" in
50-
7.2|7.1|7.0|nightly)
50+
7.3|7.2|7.1|7.0|nightly)
5151
echo "Using PHPUnit 6.x"
5252
composer global require "phpunit/phpunit:^6"
5353
;;

0 commit comments

Comments
 (0)