Skip to content

Commit

Permalink
add travis-ci tool.
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-xiao-jian committed Jan 6, 2015
1 parent a9588c9 commit 8e614c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_js:
- "0.11"
language: node_js
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"

0 comments on commit 8e614c4

Please sign in to comment.