Skip to content

Commit

Permalink
Add more Node.js versiosn to test against. Deprecate Node.js 0.8 supp…
Browse files Browse the repository at this point in the history
…ort.
  • Loading branch information
panuhorsmalahti authored and Riccardo Causo committed May 3, 2016
1 parent f689b65 commit e82c3df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ before_install:
services:
- couchdb
node_js:
- "0.8"
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.1"
- "stable"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "node test/helpers/seed.js && vows --spec"
},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e82c3df

Please sign in to comment.