We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfe529 commit 98e199aCopy full SHA for 98e199a
1 file changed
.travis.yml
@@ -9,7 +9,7 @@ cache:
9
directories:
10
- vendor
11
- $HOME/.composer/cache
12
-after_success:
+after_success:
13
env:
14
matrix:
15
- WP_VERSION=latest WP_MULTISITE=0
@@ -43,13 +43,9 @@ before_script:
43
echo "Using PHPUnit 6.x"
44
composer global require "phpunit/phpunit:^6"
45
;;
46
- 5.6|5.5|5.4|5.3)
47
- echo "Using PHPUnit 4.x"
48
- composer global require "phpunit/phpunit:^4"
49
- ;;
50
- 5.2)
51
- # Do nothing, use default PHPUnit 3.6.x
52
- echo "Using default PHPUnit, hopefully 3.6"
+ 5.6)
+ echo "Using PHPUnit 5.x"
+ composer global require "phpunit/phpunit:^5"
53
54
*)
55
echo "No PHPUnit version handling for PHP version $TRAVIS_PHP_VERSION"
0 commit comments