Skip to content

Commit

Permalink
remove support for v0.10, v0.12, v1, v2, v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Aug 12, 2016
1 parent b5b3056 commit bb73d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
sudo: false
language: node_js
node_js:
- '5'
- '6'
- '4'
- '3'
- '2'
- '1'
- '0.12'
- '0.10'
script:
- "npm run ci"
after_script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"should": "5"
},
"engines": {
"node": ">= 0.10.0"
"node": ">= 4"
}
}

0 comments on commit bb73d33

Please sign in to comment.