Commit e82fa4ea by Francisco Giordano

parallelize tests and coverage in travis

parent c79c6d76
...@@ -6,7 +6,12 @@ node_js: ...@@ -6,7 +6,12 @@ node_js:
- "6" - "6"
cache: cache:
yarn: true yarn: true
env:
-
- SOLIDITY_COVERAGE=true
matrix:
fast_finish: true
allow_failures:
- env: SOLIDITY_COVERAGE=true
script: script:
- yarn test - yarn test
after_script:
- yarn run coveralls
#! /bin/bash
yarn run coverage && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment