add redis service
This commit is contained in:
parent
63a417a85f
commit
cac2958a25
1 changed files with 5 additions and 1 deletions
|
|
@ -7,7 +7,11 @@ env:
|
||||||
# You don't need to test on very old version of the Go compiler. It's the user's
|
# You don't need to test on very old version of the Go compiler. It's the user's
|
||||||
# responsibility to keep their compilers up to date.
|
# responsibility to keep their compilers up to date.
|
||||||
go:
|
go:
|
||||||
- 1.11.x
|
- "1.10"
|
||||||
|
|
||||||
|
# Setup database services required during tests.
|
||||||
|
services:
|
||||||
|
- redis-server
|
||||||
|
|
||||||
# Only clone the most recent commit.
|
# Only clone the most recent commit.
|
||||||
git:
|
git:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue