Skip to content

Commit

Permalink
Add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Feb 24, 2015
1 parent 5941265 commit 303e249
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
- "0.6"
script:
- ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
after_success:
- ./node_modules/coveralls/bin/coveralls.js

0 comments on commit 303e249

Please sign in to comment.