Disable solidity-coverage

This is required to update to truffle 4 and solc 0.4.18, see PR #573
This commit is contained in:
Alejandro Santander
2017-11-22 19:08:31 -03:00
parent ce86029f6a
commit 0eaa5f50ac

View File

@ -6,13 +6,6 @@ node_js:
- "6"
cache:
yarn: true
env:
-
- SOLIDITY_COVERAGE=true
matrix:
fast_finish: true
allow_failures:
- env: SOLIDITY_COVERAGE=true
before_script:
- truffle version
- yarn list