Skip to content

Commit

Permalink
bug(travis): fix issues with coveralls on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Nwaiwu committed Dec 18, 2016
1 parent 4eac885 commit 83d8a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ language: node_js
node_js:
- 6

after_script: cat ./coverage/**/lcov.info | ./node_modules/.bin/coveralls
after_script: cat ./coverage/lcov.info | ./node_modules/.bin/coveralls

0 comments on commit 83d8a39

Please sign in to comment.