Skip to content

Commit

Permalink
chore(.travis.yml) install coveralls globally
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Sep 4, 2018
1 parent 25cb1e2 commit 8fc0860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ node_js:
- 8
- 9

before_install:
- npm install -g coveralls

after_success: coveralls

0 comments on commit 8fc0860

Please sign in to comment.