Skip to content

Commit 693907c

Browse files
committed
Use PHPunit 4.8
1 parent fe002cd commit 693907c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ matrix:
1212
- php: hhvm
1313

1414
before_install:
15+
- export PATH="$HOME/.composer/vendor/bin:$PATH"
16+
- composer global require "phpunit/phpunit=4.8.*"
1517
# Setup WP_TESTS_DIR (needed to bootstrap WP PHPUnit tests).
1618
- export WP_TESTS_DIR=/tmp/wordpress/tests/phpunit/
1719
# Clone the WordPress develop repo.

0 commit comments

Comments
 (0)