Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 9e89b5f

Browse files
committed
Disable phpcs for travis
We have our own coding standard that we'll be applying shortly - no need to use this, especially since it makes our lives difficult.
1 parent d8aa9ff commit 9e89b5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ before_script:
2020

2121
script:
2222
- ./vendor/bin/phpunit -v --coverage-clover ./build/logs/clover.xml
23-
- ./vendor/bin/phpcs -np --extensions=php --ignore=vendor/*,Tests/* --standard=ruleset.xml .
2423

2524
after_script:
2625
- php ./vendor/bin/coveralls -v

0 commit comments

Comments
 (0)