Skip to content

Commit

Permalink
test: travis, coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 25, 2017
1 parent 3d199f9 commit b98c050
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: node_js
node_js:
- "4"
- "6"
- "7"
after_script:
- coveralls < coverage/lcov.info
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"ajv": "^5.0.4-beta.2"
},
"devDependencies": {
"coveralls": "^2.12.0",
"eslint": "^3.18.0",
"mocha": "^3.2.0",
"nyc": "^10.1.2",
Expand Down

0 comments on commit b98c050

Please sign in to comment.