Fix local configuration to prevent recursing

This commit is contained in:
pxgamer
2018-08-28 23:57:37 +01:00
parent 7a83f1ab10
commit 3cad1162ef

View File

@@ -22,4 +22,4 @@ before_script:
- travis_retry composer update --no-interaction --prefer-dist
script:
- vendor/bin/phpcs -p --standard=psr2 . include
- vendor/bin/phpcs -p -l --standard=psr2 . include