mirror of https://github.com/go-redis/redis.git
Merge pull request #601 from AlekSi/patch-1
Use latest released Go versions
This commit is contained in:
commit
e8e77ae5e4
|
@ -5,14 +5,14 @@ services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.4.x
|
||||||
- 1.7
|
- 1.7.x
|
||||||
- 1.8
|
- 1.8.x
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: 1.4
|
- go: 1.4.x
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue