Skip to content

Commit

Permalink
node version. Closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
hueniverse committed Jan 4, 2020
1 parent 27cde43 commit e18f3b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
language: node_js

node_js:
- "10"
- "12"
- "node"

sudo: false

install:
- "npm install"

os:
- "linux"
- "osx"
- "windows"
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019, Project contributors
Copyright (c) 2019-2020, Sideway Inc, and project contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"dependencies": {},
"devDependencies": {
"@hapi/code": "6.x.x",
"@hapi/lab": "20.x.x"
"@hapi/code": "8.x.x",
"@hapi/lab": "22.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
Expand Down

0 comments on commit e18f3b2

Please sign in to comment.