Skip to content

Commit

Permalink
Merge pull request #116 from hapijs/hapi-standards
Browse files Browse the repository at this point in the history
Adhere to hapi standards
  • Loading branch information
mark-bradshaw authored Dec 5, 2017
2 parents 9f6ab70 + 8e0ef0c commit 35e591f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js

node_js:
- 8
- 9
- node

sudo: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"session"
],
"engines": {
"node": ">=9.0.0"
"node": ">=8.0.0"
},
"dependencies": {
"hoek": "5.x.x",
Expand Down

0 comments on commit 35e591f

Please sign in to comment.