forked from mirror/redis
Merge pull request #145 from go-redis/fix/travis-test-go-tip
travis: run tests on Go tip.
This commit is contained in:
commit
5a3d095460
|
@ -6,6 +6,7 @@ services:
|
||||||
go:
|
go:
|
||||||
- 1.3
|
- 1.3
|
||||||
- 1.4
|
- 1.4
|
||||||
|
- tip
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get gopkg.in/bufio.v1
|
- go get gopkg.in/bufio.v1
|
||||||
|
|
Loading…
Reference in New Issue