Explorar el Código

parallelize tests and coverage in travis

Francisco Giordano hace 8 años
padre
commit
e82fa4eae0
Se han modificado 2 ficheros con 7 adiciones y 6 borrados
  1. 7 2
      .travis.yml
  2. 0 4
      scripts/coveralls.sh

+ 7 - 2
.travis.yml

@@ -6,7 +6,12 @@ node_js:
   - "6"
 cache:
   yarn: true
+env:
+  -
+  - SOLIDITY_COVERAGE=true
+matrix:
+  fast_finish: true
+  allow_failures:
+    - env: SOLIDITY_COVERAGE=true
 script:
   - yarn test
-after_script:
-  - yarn run coveralls

+ 0 - 4
scripts/coveralls.sh

@@ -1,4 +0,0 @@
-#! /bin/bash
-
-yarn run coverage && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
-