Skip to content

Commit

Permalink
The minimal required version of node is 0.12 now
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-l committed Jun 28, 2015
1 parent 6e070b5 commit 82b6baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.12"
before_script:
- "npm i -g grunt-cli jasmine-node"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "An http server pretending to be couchdb, for unit testing.",
"homepage": "http://chris-l.github.io/mock-couch/",
"main": "index.js",
"engine": "node >= 0.12.0",
"scripts": {
"test": "grunt"
},
Expand Down

0 comments on commit 82b6baa

Please sign in to comment.