Skip to content

Commit

Permalink
chore(travis): add
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Dec 15, 2014
1 parent 0c414a8 commit 62e3385
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
language: node_js
node_js:
- '0.10'
script: "npm test"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 62e3385

Please sign in to comment.