瀏覽代碼

parallelize tests and coverage in travis

Francisco Giordano 8 年之前
父節點
當前提交
e82fa4eae0
共有 2 個文件被更改,包括 7 次插入6 次删除
  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
-