Skip to content

Commit 9b0febc

Browse files
darkgl0wmcollina
authored andcommitted
Add node 12 to CI and update dependencies (#30)
* Add node 12 to the CI * Updated dependencies Updated to [email protected] in order to keep node 6 compatibility * Greenkeeper: ignore tap * Remove redis from the dependencies. * Add redis to the dev dependencies. Currently used in test files.
1 parent 2f7920f commit 9b0febc

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22

33
node_js:
4+
- "12"
45
- "10"
56
- "8"
67
- "6"

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,18 @@
2626
},
2727
"homepage": "https://github.com/fastify/fastify-redis#readme",
2828
"devDependencies": {
29-
"fastify": "^2.0.0",
30-
"standard": "^12.0.0",
31-
"tap": "^12.0.1"
29+
"fastify": "^2.3.0",
30+
"redis": "^2.8.0",
31+
"standard": "^12.0.1",
32+
"tap": "^12.6.6"
3233
},
3334
"dependencies": {
34-
"fastify-plugin": "^1.2.0",
35-
"ioredis": "^4.0.0",
36-
"redis": "^2.8.0"
35+
"fastify-plugin": "^1.5.0",
36+
"ioredis": "^4.9.0"
37+
},
38+
"greenkeeper": {
39+
"ignore": [
40+
"tap"
41+
]
3742
}
3843
}

0 commit comments

Comments
 (0)