Skip to content

Commit

Permalink
Merge pull request #1768 from simov/node-v4
Browse files Browse the repository at this point in the history
Add node 4.0 to the list of build targets
  • Loading branch information
simov committed Sep 14, 2015
2 parents 2bca671 + 60fdf18 commit 0667f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "4.0"
- "io.js"
- "0.12"
- "0.10"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -30,7 +30,7 @@
"json-stringify-safe": "~5.0.0",
"mime-types": "~2.1.2",
"node-uuid": "~1.4.0",
"qs": "~4.0.0",
"qs": "~5.1.0",
"tunnel-agent": "~0.4.0",
"tough-cookie": ">=0.12.0",
"http-signature": "~0.11.0",
Expand Down

0 comments on commit 0667f7a

Please sign in to comment.