Skip to content

Commit

Permalink
[test] travis
Browse files Browse the repository at this point in the history
  • Loading branch information
doublerebel committed Oct 1, 2016
1 parent 9885ab3 commit c6f620a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
services:
- redis-server
after_success:
- "npm run coverage-report"
- "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"

0 comments on commit c6f620a

Please sign in to comment.