1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-23 21:01:00 +03:00

Merge pull request #145 from go-redis/fix/travis-test-go-tip

travis: run tests on Go tip.
This commit is contained in:
Vladimir Mihailenco
2015-08-08 14:09:08 +03:00

View File

@ -6,6 +6,7 @@ services:
go:
- 1.3
- 1.4
- tip
install:
- go get gopkg.in/bufio.v1