Skip to content

Commit

Permalink
#2766 prevent unit tests from running in PHP5
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pollock committed Oct 23, 2018
1 parent 4d3cdd0 commit 9c18acd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ script:
- |
if [[ ! -z "$WP_VERSION" ]] ; then
phpunit
fi
- |
if [[ ! -z "$WP_VERSION" && "$WP_VERSION" -ne "5.6" ]] ; then
composer test:unit
fi
- |
Expand Down

0 comments on commit 9c18acd

Please sign in to comment.