1
0
Fork 0

Don't fail because of CS warnings in CI

pull/107/head
Felix Becker 2016-10-24 19:27:58 +02:00
parent f4a5a6d7cd
commit edb0640c35
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ install:
- composer install
script:
- vendor/bin/phpcs
- vendor/bin/phpcs -n
- vendor/bin/phpunit --coverage-clover=coverage.xml
after_success: