Added lint target as php-cs-fixer only returns a non-zero exit code during dry run now

This commit is contained in:
Anthony Sterling
2017-09-23 22:04:26 +01:00
parent 589766e008
commit feecc9fcbb
2 changed files with 7 additions and 3 deletions

View File

@@ -11,4 +11,5 @@ install:
- travis_retry composer install --no-interaction --prefer-source
script:
- make all
- make lint
- make test