Skip to content

Commit

Permalink
drop 0.x support, add 4,5,6,node versions to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andineck committed Sep 12, 2016
1 parent db5a274 commit e4a1055
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "6"
- "5"
- "4"
- "node"

before_script:
- "npm install"
Expand Down

0 comments on commit e4a1055

Please sign in to comment.