Skip to content

Commit fe4d58e

Browse files
committed
minor #119 Running phpcs on Travis (weaverryan)
This PR was merged into the 1.0-dev branch. Discussion ---------- Running phpcs on Travis Usually this is done by fabbot, but it mis-reports all of our `[]` as invalid. I'd rather not use fabbot (it makes all of our PR's look like build failures) and just validate the CS on the tests. Commits ------- c699577 running phpcs on Travis
2 parents 87ab223 + c699577 commit fe4d58e

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
@@ -24,4 +24,6 @@ install:
2424
- composer --prefer-dist install
2525
- ./vendor/bin/simple-phpunit install
2626

27-
script: ./vendor/bin/simple-phpunit
27+
script:
28+
- ./vendor/bin/simple-phpunit
29+
- ./vendor/bin/php-cs-fixer fix --dry-run

0 commit comments

Comments
 (0)