Skip to content

Commit

Permalink
add Node.js 0.12 and 5 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao committed Aug 12, 2016
1 parent d55c5d1 commit 0cacb9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- '6'
- '5'
- '4'
- '0.12'
after_script:
- 'cat coverage/lcov.info | ./node_modules/.bin/coveralls'

0 comments on commit 0cacb9c

Please sign in to comment.