Skip to content

Commit

Permalink
hapi 19. Closes #113
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jan 12, 2020
1 parent f64b492 commit 079a06b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ install:
- "npm install @hapi/hapi@$HAPI_VERSION"

env:
- HAPI_VERSION="18"
- HAPI_VERSION="19"

os:
Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ internals.schema = Joi.object({
exports.plugin = {
pkg: require('../package.json'),
requirements: {
hapi: '>=18.4.0'
hapi: '>=19.0.0'
},

register: function (server, options) {
Expand Down

0 comments on commit 079a06b

Please sign in to comment.