Test on Go 1.15

This commit is contained in:
Vladimir Mihailenco 2020-09-05 12:16:45 +03:00
parent a722cde148
commit 2bf7ec6cfe
1 changed files with 1 additions and 5 deletions

View File

@ -5,18 +5,14 @@ services:
- redis-server - redis-server
go: go:
- 1.12.x
- 1.13.x
- 1.14.x - 1.14.x
- 1.15.x
- tip - tip
matrix: matrix:
allow_failures: allow_failures:
- go: tip - go: tip
env:
- GO111MODULE=on
go_import_path: github.com/go-redis/redis go_import_path: github.com/go-redis/redis
before_install: before_install: