Skip to content

Commit

Permalink
only run codecov on travis and not locally - where we don't have the key
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetCarpenter committed Jul 6, 2018
1 parent 37a2bcc commit 874c88d
Show file tree
Hide file tree
Showing 3 changed files with 691 additions and 688 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ sudo: false
language: node_js
node_js:
- "stable"
script:
- npm test
+after_success:
- bash <(curl -s https://codecov.io/bash)
cache:
directories:
- node_modules
Loading

0 comments on commit 874c88d

Please sign in to comment.