Skip to content

Commit

Permalink
#2766 fix bash syntax in Travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Pollock committed Oct 23, 2018
1 parent 9da80e3 commit 8c41ea3
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 @@ -62,7 +62,7 @@ script:
phpunit
fi
- |
if [[ ! -z "$WP_VERSION" && "$WP_VERSION" -ne "5.6" ]] ; then
if [[ ! -z "$WP_VERSION" && "$WP_VERSION" != "5.6" ]] ; then
composer test:unit
fi
- |
Expand Down

0 comments on commit 8c41ea3

Please sign in to comment.