forked from mirror/redis
Don't test in Go 1.4
This commit is contained in:
parent
3de5605ab2
commit
e5040d9ce7
|
@ -5,7 +5,6 @@ services:
|
|||
- redis-server
|
||||
|
||||
go:
|
||||
- 1.4.x
|
||||
- 1.7.x
|
||||
- 1.8.x
|
||||
- 1.9.x
|
||||
|
@ -13,7 +12,6 @@ go:
|
|||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: 1.4.x
|
||||
- go: tip
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in New Issue