Skip to content

Commit

Permalink
Meant to put that back.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Mar 8, 2018
1 parent 98ef160 commit ff91918
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ matrix:
- php: 5.6
env: WP_VERSION=trunk
- php: 5.6
env: WP_TRAVISCI=phpcbf
env: WP_TRAVISCI=phpcs
- php: 5.3
env: WP_VERSION=latest
dist: precise
Expand All @@ -49,9 +49,9 @@ before_script:
composer global require "phpunit/phpunit=4.8.*|5.7.*"
fi
- |
if [[ "$WP_TRAVISCI" == "phpcbf" ]] ; then
if [[ "$WP_TRAVISCI" == "phpcs" ]] ; then
composer global require wp-coding-standards/wpcs
phpcbf --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs
phpcs --config-set installed_paths $HOME/.composer/vendor/wp-coding-standards/wpcs
fi
script:
Expand All @@ -61,6 +61,6 @@ script:
WP_MULTISITE=1 phpunit
fi
- |
if [[ "$WP_TRAVISCI" == "phpcbf" ]] ; then
phpcbf
if [[ "$WP_TRAVISCI" == "phpcs" ]] ; then
phpcs
fi

0 comments on commit ff91918

Please sign in to comment.