Skip to content

Commit 39f239f

Browse files
committed
add phpcs to travis config
1 parent 786e864 commit 39f239f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ php:
1616
- 5.4
1717
- 5.5
1818

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

0 commit comments

Comments
 (0)