Skip to content

Commit

Permalink
Merge pull request #130 from gergoerdosi/node-v6
Browse files Browse the repository at this point in the history
Test on node v6, update dependencies
  • Loading branch information
jaw187 committed May 19, 2016
2 parents 7718749 + c1bf9fc commit 0f02aa8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,6 +1,7 @@
language: node_js

node_js:
- "4.0"
- "4"
- "5"
- "6"

sudo: false
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -16,16 +16,16 @@
},
"dependencies": {
"boom": "3.x.x",
"hoek": "3.x.x",
"joi": "7.x.x"
"hoek": "4.x.x",
"joi": "8.x.x"
},
"peerDependencies": {
"hapi": ">=11.x.x"
},
"devDependencies": {
"code": "2.x.x",
"hapi": "13.x.x",
"lab": "8.x.x"
"lab": "10.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
Expand Down

0 comments on commit 0f02aa8

Please sign in to comment.