We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e5c4a65 + bdf5ceb commit 9307ef7Copy full SHA for 9307ef7
templates/plugin-travis.mustache
@@ -35,10 +35,10 @@ before_script:
35
- |
36
if [[ ! -z "$WP_VERSION" ]] ; then
37
bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
38
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then
39
- composer global require "phpunit/phpunit=5.7.*"
40
- else
+ if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then
41
composer global require "phpunit/phpunit=4.8.*"
+ else
+ composer global require "phpunit/phpunit=5.7.*"
42
fi
43
44
0 commit comments