Skip to content

Commit

Permalink
Added mongodb-version-manager to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Dec 17, 2014
1 parent 7cc55f7 commit 88ad0b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
language: node_js
node_js:
- 0.10
- 0.11
- 0.11
env:
- DEBUG=* MONGODB_VERSION=2.2.x
- DEBUG=* MONGODB_VERSION=2.4.x
- DEBUG=* MONGODB_VERSION=2.6.x
- DEBUG=* MONGODB_VERSION=2.8.x
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
, "semver": "4.1.0"
, "rimraf": "2.2.6"
, "gleak": "0.5.0"
, "mongodb-version-manager": "0.6.1"
},
"author": "Christian Kvalheim",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/christkv/mongodb-legacy/issues"
},
"scripts": { "test" : "node test/runner.js -t functional" },
"scripts": { "test" : "m kill && m ${MONGODB_VERSION} && node test/runner.js -t functional" },
"homepage": "https://github.com/christkv/mongodb-legacy"
}

0 comments on commit 88ad0b6

Please sign in to comment.