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
commit 5a3d095460
1 changed files with 1 additions and 0 deletions

View File

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