Explorar o código

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

El RIDO %!s(int64=8) %!d(string=hai) anos
pai
achega
56dab60427
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      .jshintrc
  2. 1 1
      .travis.yml

+ 1 - 0
.jshintrc

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

+ 1 - 1
.travis.yml

@@ -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: