Skip to content

Commit

Permalink
add travis and coveralls config.
Browse files Browse the repository at this point in the history
  • Loading branch information
scull7 committed Dec 22, 2015
1 parent 6ea44e4 commit 1cd60ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
repo_token: IboM9rM98CAv3ajsf0zxxcMLvIQAFp4u9
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: node_js
node_js:
- "4.1"
- "4.0"
- "0.12"
- "0.11"
- "0.10"
- "iojs"
after_script:
- "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"

0 comments on commit 1cd60ba

Please sign in to comment.