Skip to content

Commit

Permalink
Use PHPunit 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
keesiemeijer committed Jun 11, 2018
1 parent fe002cd commit 693907c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ matrix:
- php: hhvm

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

0 comments on commit 693907c

Please sign in to comment.