Skip to content

Commit

Permalink
publish stats to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiriac committed Dec 28, 2014
1 parent 8c95cb4 commit 4e1b409
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: node_js
node_js:
- '0.10.30'
- '0.10'
- '0.11'
after_success: 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 @@ -33,6 +33,7 @@
"jison": "^0.4.15",
"mocha": "^2.0.1",
"jison-lex": "~0.3.4",
"lex-parser": "~0.1.4"
"lex-parser": "~0.1.4",
"coveralls": "^2.11.2"
}
}

0 comments on commit 4e1b409

Please sign in to comment.