mirror of https://github.com/go-redis/redis.git
Test on Go 1.15
This commit is contained in:
parent
a722cde148
commit
2bf7ec6cfe
|
@ -5,18 +5,14 @@ services:
|
|||
- redis-server
|
||||
|
||||
go:
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- 1.14.x
|
||||
- 1.15.x
|
||||
- tip
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
||||
go_import_path: github.com/go-redis/redis
|
||||
|
||||
before_install:
|
||||
|
|
Loading…
Reference in New Issue