Skip to content

Commit 27b802b

Browse files
committed
Updated travis.yml
1 parent 5b6f7ae commit 27b802b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ install:
2525
- if [[ $setup = 'basic' ]]; then travis_retry composer install --no-interaction --prefer-dist; fi
2626
- if [[ $setup = 'lowest' ]]; then travis_retry composer update --prefer-dist --no-interaction --prefer-lowest --prefer-stable; fi
2727

28-
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
28+
script: vendor/bin/phpcs --exclude=Generic.Files.LineLength src/ --standard=PSR2 src && vendor/bin/phpunit --coverage-text
29+

0 commit comments

Comments
 (0)