parallelize tests and coverage in travis
This commit is contained in:
@ -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
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
#! /bin/bash
|
||||
|
||||
yarn run coverage && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
|
||||
|
||||
Reference in New Issue
Block a user