Skip to content

Commit

Permalink
Drop PHP_CodeSniffer from the Travis build for now; refs #1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegrunwell committed Feb 22, 2016
1 parent f95e253 commit 5b0e24b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ php:
env:
global:
- WP_VERSION=master
- WP_VERSION=4.2
- WP_VERSION=4.4

before_script:
- composer install --prefer-source
Expand All @@ -16,8 +16,6 @@ before_script:
script:
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
- ./vendor/bin/test-reporter
- ./vendor/bin/phpcs --config-set installed_paths ./vendor/wp-coding-standards/wpcs
- ./vendor/bin/phpcs

cache:
directories:
Expand Down

0 comments on commit 5b0e24b

Please sign in to comment.