Skip to content

Commit

Permalink
Add Node.js 0.11 to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdesboeufs committed Dec 29, 2014
1 parent 0b36bbd commit 6916a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ language: node_js
node_js:
- 0.8
- 0.10
- 0.11
services: mongodb
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MongoDB session store for [Connect](https://github.com/senchalabs/connect) and [
* May support upcoming Express `5.x`
* Support [Mongoose](http://mongoosejs.com/index.html) `>= 2.6` and `3.x`
* Support [native MongoDB driver](http://mongodb.github.io/node-mongodb-native/) `>= 1.2`
* Support Node.js `0.8` and `0.10`
* Support Node.js `0.8`, `0.10` and `0.11`

## Usage

Expand Down

0 comments on commit 6916a3d

Please sign in to comment.