parallelize tests and coverage in travis

This commit is contained in:
Francisco Giordano 2017-08-14 02:55:17 -03:00
parent c79c6d76d8
commit e82fa4eae0
2 changed files with 7 additions and 6 deletions

View File

@ -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

View File

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