Skip to content

Commit

Permalink
update version of node to latest in .travis.yml and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Dec 9, 2015
1 parent 29c55a2 commit bc90f98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- 0.12
- 4.2.3
services:
- redis-server
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"redis-connection": "^4.0.1"
},
"devDependencies": {
"istanbul": "^0.4.12",
"istanbul": "^0.4.1",
"tap-spec": "^4.1.1",
"tape": "^4.2.2"
},
Expand All @@ -39,6 +39,6 @@
"spec": "node ./node_modules/tape/bin/tape ./test/*.js | node_modules/tap-spec/bin/cmd.js"
},
"engines": {
"node": ">= 0.12"
"node": ">= 4.2.3"
}
}

0 comments on commit bc90f98

Please sign in to comment.