correcting quote style enforced by JSHint and trying to get Codacy coverage reports to work again

This commit is contained in:
El RIDO 2018-01-06 08:19:00 +01:00
parent 917f2dfa2b
commit 56dab60427
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
"noarg": true,
"nonbsp": true,
"nonew": true,
"quotmark": "single",
"singleGroups": true,
"strict": "global",
"undef": true,

View File

@ -23,8 +23,8 @@ script:
- cd ../tst && ../vendor/bin/phpunit
after_script:
- ../vendor/bin/codacycoverage clover log/coverage-clover.xml
- ../vendor/bin/test-reporter --coverage-report log/coverage-clover.xml
- cd .. && vendor/bin/codacycoverage clover tst/log/coverage-clover.xml
cache:
directories: