Skip to content

Commit

Permalink
Merge pull request #25 from Nargonath/travis-and-dep
Browse files Browse the repository at this point in the history
Travis and dep
  • Loading branch information
mattboutet authored Nov 13, 2020
2 parents 937ef3b + 9210c24 commit f9af570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
language: node_js

node_js:
- "12"
- "14"
- "node"

after_script: "npm run coveralls"
import: hapipal/ci-config-travis:node_js.yml@master
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@hapi/call": "8.x.x",
"@hapi/hoek": "9.x.x",
"joi": "17.x.x",
"lodash": "^4.17.19"
"lodash": "^4.17.20"
},
"peerDependencies": {
"@hapi/hapi": ">=19",
Expand All @@ -43,10 +43,10 @@
"@hapi/eslint-config-hapi": "13.x.x",
"@hapi/eslint-plugin-hapi": "4.x.x",
"@hapi/hapi": "20.x.x",
"@hapi/lab": "23.x.x",
"@hapi/lab": "24.x.x",
"coveralls": "3.x.x",
"eslint": "7.x.x",
"knex": "0.21.1",
"knex": "0.21.6",
"objection": "2.x.x",
"schwifty": "5.x.x",
"sqlite3": "5.x.x"
Expand Down

0 comments on commit f9af570

Please sign in to comment.