Skip to content

Commit

Permalink
Deprecated support for node v6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Bouvier committed Dec 18, 2013
1 parent 53216d0 commit e064185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "0.6"
- "0.8"
- "0.10"
notifications:
email: false
irc:
- "irc.freenode.org#nosqlite"
- "irc.freenode.org#nosqlite"
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"jslint" : "latest"
},
"engines" : {
"node" : ">= 0.10.0 < 0.11.0"
"node" : ">= 0.8.0 < 0.11.0"
},
"scripts": {
"start": "bin/nosqlited",
Expand Down

0 comments on commit e064185

Please sign in to comment.