We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8222a40 commit bf5befbCopy full SHA for bf5befb
.travis.yml
@@ -35,7 +35,7 @@ install:
35
- composer install --no-interaction --prefer-dist
36
37
script:
38
- - ./vendor/bin/phpcs ./ -p --encoding=utf-8 --extensions=php --ignore=vendor --standard=./vendor/escapestudios/symfony2-coding-standard/Symfony2
+ - ./vendor/bin/phpcs ./ -p --encoding=utf-8 --extensions=php --ignore=vendor --ignore=Tests --standard=./vendor/escapestudios/symfony2-coding-standard/Symfony2
39
- ./vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=coverage.xml
40
41
after_success:
0 commit comments