Skip to content

Commit

Permalink
change phpunit ver
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Apr 6, 2018
1 parent 945dae6 commit f9d5a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ before_script:
if [[ ${PHP_VERSION:0:2} == "5." ]]; then
docker exec wpenv composer global require "phpunit/phpunit=4.8.*"
else
docker exec wpenv composer global require "phpunit/phpunit=5.7.*"
docker exec wpenv composer global require "phpunit/phpunit=6.*"
fi
fi
- |
Expand Down

0 comments on commit f9d5a79

Please sign in to comment.