Skip to content

Commit

Permalink
fix to expess 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamuhl committed Apr 19, 2014
1 parent f5ecafb commit f95cee8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -2,8 +2,9 @@ before_script: "npm install --dev"

language: node_js
node_js:
- 0.6
- 0.8
- 0.10
- 0.11

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
, "expect.js": ">=0.0.1"
, "sinon": ">=0.0.1"
, "supertest": ">=0.0.1"
, "express": ">=0.0.1"
, "express": "3.4.7"
, "jade": ">=0.0.1"
, "benchmark": ">=0.0.1"
, "microtime": ">=0.0.1"
Expand Down

0 comments on commit f95cee8

Please sign in to comment.