Skip to content

Commit

Permalink
+Updated Travis build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JWardee committed Jul 6, 2019
1 parent 7639eda commit cf467c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ script:
- |
if [[ ! -z "$WP_VERSION" ]] ; then
composer update
cd testing
phpunit
fi
- |
if [[ "$WP_TRAVISCI" == "phpcs" ]] ; then
phpcs --standard=testing/phpcs.ruleset.xml $(find . -name '*.php')
phpcs --standard=phpcs.ruleset.xml $(find . -name '*.php')
fi

0 comments on commit cf467c8

Please sign in to comment.