Skip to content

Commit

Permalink
disable solidity-coverage due to a bug in the package. Interfaces are…
Browse files Browse the repository at this point in the history
… not supported by solidity-coverage
  • Loading branch information
rstormsf committed Dec 6, 2017
1 parent fe85066 commit fab522c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
build
flat
mochawesome-report
mochawesome-report
coverageEnv
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cache:
yarn: true
env:
- SOLIDITY_COVERAGE=false
- SOLIDITY_COVERAGE=true
matrix:
fast_finish: true
allow_failures:
Expand Down

0 comments on commit fab522c

Please sign in to comment.