Skip to content

Commit

Permalink
updated travis config for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlazebrook committed May 2, 2016
1 parent 71b3aa8 commit 0c0c3d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ node_js:
- 6
- stable

after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
script: "npm run coverage"
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"chai": "^2.2.0",
"coveralls": "^2.11.9",
"istanbul": "^0.4.3",
"mocha": "^2.2.3"
"mocha": "^2.2.3",
"mocha-lcov-reporter": "^1.2.0"
},
"dependencies": {},
"scripts": {
Expand Down

0 comments on commit 0c0c3d6

Please sign in to comment.