Skip to content

Commit

Permalink
Travis constraint phpunit to version 7 ( logs show that WordPress don…
Browse files Browse the repository at this point in the history
…'t suport phpunit 8
  • Loading branch information
New0 committed May 23, 2019
1 parent 866a88d commit e8239a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ before_script:
case "$TRAVIS_PHP_VERSION" in
7.4snapshot|7.3|7.2|7.1|nightly)
echo "Using PHPUnit 7.x"
travis_retry composer global require "phpunit/phpunit:^7"
travis_retry composer global require "phpunit/phpunit:^7.*"
;;
7.0)
echo "Using PHPUnit 6.x"
Expand Down

0 comments on commit e8239a1

Please sign in to comment.