Skip to content

Commit

Permalink
fix github security warning because of old code coverage package (onl…
Browse files Browse the repository at this point in the history
…y in dev)
  • Loading branch information
SpaceK33z committed Aug 1, 2018
1 parent e1bd264 commit ba65ec1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 334 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,5 +14,6 @@ script:
npm run ci

after_success:
- cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js
- npm i -g codecov
- cat ./coverage/coverage.json | codecov
- rm -rf ./coverage

0 comments on commit ba65ec1

Please sign in to comment.