diff --git a/.travis.yml b/.travis.yml index af96e468c..e4af9c60f 100644 --- a/.travis.yml +++ b/.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 diff --git a/scripts/coveralls.sh b/scripts/coveralls.sh deleted file mode 100755 index 264fe9521..000000000 --- a/scripts/coveralls.sh +++ /dev/null @@ -1,4 +0,0 @@ -#! /bin/bash - -yarn run coverage && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js -