Skip to content

Commit 0a7603d

Browse files
authored
chore(project): tests on node 12 (#106)
1 parent e83c1f7 commit 0a7603d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ notifications:
77
node_js:
88
- '8'
99
- '10'
10-
- '10'
10+
- '12'
1111

1212
# https://github.com/greenkeeperio/greenkeeper-lockfile#npm
1313
before_install:

example/mongo/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ app.get('/', async (req, res) => {
1313
})
1414

1515
function onHealthCheck () {
16-
return db.command({ping: 1})
16+
return db.command({ ping: 1 })
1717
}
1818

1919
function onSignal () {

0 commit comments

Comments
 (0)