Skip to content

Commit

Permalink
Ignore LineLength errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulradt committed Jan 28, 2020
1 parent fab1462 commit 456d4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ before_script:

script:
- mkdir -p build/logs
- vendor/bin/phpcs src -v --standard=PSR2
- vendor/bin/phpcs src -v --standard=PSR2 --exclude=Generic.Files.LineLength
- vendor/bin/phpunit

0 comments on commit 456d4da

Please sign in to comment.