Skip to content

Commit

Permalink
Merge pull request #16 from hapijs/node6
Browse files Browse the repository at this point in the history
Node6
  • Loading branch information
mark-bradshaw committed May 6, 2016
2 parents 9cea7f3 + 6dd0b69 commit e5df563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js

node_js:
- 4.0
- 4
- 5
- 6

sudo: false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"dependencies": {
"boom": "3.x.x",
"hoek": "3.x.x"
"hoek": "4.x.x"
},
"devDependencies": {
"code": "2.x.x",
"lab": "8.x.x"
"lab": "10.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
Expand Down

0 comments on commit e5df563

Please # to comment.