Skip to content

Commit

Permalink
Change supported node versions
Browse files Browse the repository at this point in the history
We actually to want to keep 0.8 support but don't need to test 0.6
0.11 as express doesn't (yet)
  • Loading branch information
Thom Seddon committed Apr 11, 2013
1 parent 30c08bd commit 539aa8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"engines": {
"node": ">=1.0.0"
"node": ">=0.8"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 539aa8c

Please sign in to comment.