Skip to content

Commit

Permalink
project: add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed May 13, 2016
1 parent 077633c commit f9acf39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "v4"
- "v5"
- "v6"
script: "npm run test-cover"
after_script: "cat ./coverage/lcov.info | coveralls"
notifications:
email: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "mocha",
"test-cov": "istanbul cover _mocha -- -u exports"
"test-cover": "istanbul cover _mocha -- -u exports"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f9acf39

Please sign in to comment.