Skip to content

Commit bf5befb

Browse files
committed
Update .travis.yml
1 parent 8222a40 commit bf5befb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install:
3535
- composer install --no-interaction --prefer-dist
3636

3737
script:
38-
- ./vendor/bin/phpcs ./ -p --encoding=utf-8 --extensions=php --ignore=vendor --standard=./vendor/escapestudios/symfony2-coding-standard/Symfony2
38+
- ./vendor/bin/phpcs ./ -p --encoding=utf-8 --extensions=php --ignore=vendor --ignore=Tests --standard=./vendor/escapestudios/symfony2-coding-standard/Symfony2
3939
- ./vendor/bin/phpunit -c phpunit.xml.dist --coverage-clover=coverage.xml
4040

4141
after_success:

0 commit comments

Comments
 (0)