Skip to content

Commit

Permalink
Merge pull request #313 from visionmedia/issue_312
Browse files Browse the repository at this point in the history
Fix #312 Update Travis config.
  • Loading branch information
mikelax committed Feb 11, 2016
2 parents 0583e3b + d72e47f commit c56f1ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "5"
- "4"
- "0.12"
- "0.11"
- "0.10"
- "0.8"
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -12,14 +12,14 @@
"methods": "1.x"
},
"devDependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"express": "~4.12.4",
"mocha": "~2.2.5",
"should": "~7.0.2",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5"
"should": "~7.0.2"
},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
},
"keywords": [
"superagent",
Expand Down

0 comments on commit c56f1ca

Please sign in to comment.