Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 9171371

Browse files
committed
Add Redis
1 parent 7852d3d commit 9171371

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
33
"8"
4+
services:
5+
- redis-server
46
after_script:
57
- npm run coverage
68
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls

0 commit comments

Comments
 (0)