Remove coveralls remnants

This commit is contained in:
Michael Vines 2018-09-24 20:26:38 -07:00
parent d350ea2764
commit b0c109f586
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ script:
- npm run lint
- for example in examples/*.js; do node $example; done
after_success:
- npm run coveralls
- npm run codecov
before_deploy: