Skip to content

Commit

Permalink
add phpcs to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt committed Dec 9, 2014
1 parent 0b9cb47 commit 6797bd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ php:
- 5.4
- 5.5

script: ./vendor/bin/phpunit
script:
- ./vendor/bin/phpcs --standard=ruleset.xml --warning-severity=6
- ./vendor/bin/phpunit

0 comments on commit 6797bd4

Please sign in to comment.