Updated PHPUnit in Travis

This commit is contained in:
Claudio Sanches 2019-07-18 22:09:12 -03:00
parent 67212d1303
commit 838dd31e00
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ before_script:
# Install WP Test suite, install PHPUnit globally:
if [[ ! -z "$WP_VERSION" ]]; then
bash tests/bin/install.sh woocommerce_test root '' localhost $WP_VERSION
composer global require "phpunit/phpunit=4.8.*|6.5.*"
composer global require "phpunit/phpunit=6.5.*|7.5.*"
fi
script: