Skip to content

Commit

Permalink
add redis service
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 7, 2020
1 parent aeaeaaa commit 1e1c94f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ language: go
go:
- 1.14
- 1.15
services:
- redis-server
before_script:
- go mod download
- go mod download
script:
- go test -v ./pkg/...
- go test -v ./pkg/...

0 comments on commit 1e1c94f

Please sign in to comment.