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.
1 parent de9cc72 commit 852778fCopy full SHA for 852778f
.travis.yml
@@ -19,6 +19,14 @@ before_script:
19
- composer install
20
- npm install
21
- bash tests/bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
22
+ - export PATH="$HOME/.composer/vendor/bin:$PATH"
23
+ - |
24
+ if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then
25
+ composer global require "phpunit/phpunit=5.7.*"
26
+ else
27
+ composer global require "phpunit/phpunit=4.8.*"
28
+ fi
29
+
30
31
script:
32
- phpunit
0 commit comments