Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Revert "Feature/coverage"
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Apr 6, 2018
1 parent d57a00e commit e4ccce2
Show file tree
Hide file tree
Showing 5 changed files with 90 additions and 3,269 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -2,6 +2,3 @@
node_modules
sol.md
test/output.md

.nyc_output
coverage
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -4,9 +4,10 @@ node_js:
cache:
directories:
- node_modules


after_success: npm run coverage
before_script:
- "sudo add-apt-repository ppa:ethereum/ethereum -y"
- "sudo apt-get update -y"
- "sudo apt-get install solc -y"

deploy:
provider: npm
Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -3,7 +3,6 @@
Generate lightweight markdown documentation for Solidity contracts.

[![Build Status](https://travis-ci.org/dpilch/solmd.svg?branch=master)](https://travis-ci.org/dpilch/solmd)
[![Coverage Status](https://coveralls.io/repos/github/dpilch/solmd/badge.svg?branch=master)](https://coveralls.io/github/dpilch/solmd?branch=master)

## Installation

Expand Down

0 comments on commit e4ccce2

Please sign in to comment.