Explorar o código

Temporarily disable solidity-coverage Travis job.

Nicolás Venturo %!s(int64=6) %!d(string=hai) anos
pai
achega
79145fa53a
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  1. 5 4
      .travis.yml

+ 5 - 4
.travis.yml

@@ -25,10 +25,11 @@ jobs:
       name: "Unit tests"
       script: npm run test
 
-    - stage: tests
-      name: "Unit tests with coverage report"
-      script: npm run test
-      env: SOLIDITY_COVERAGE=true
+# solidity-coverage fails at parsing 0.5.x code
+#    - stage: tests
+#      name: "Unit tests with coverage report"
+#      script: npm run test
+#      env: SOLIDITY_COVERAGE=true
 
     - stage: tests
       name: "Unit tests using solc nightly"