travis: add Go tip for testing

It would be good to test etcd with the latest Go branch,
so that we can find bugs either in Go or etcd in advance.

Reference:
https://docs.travis-ci.com/user/languages/go
release-2.3
Gyu-Ho Lee 2015-12-03 14:36:35 -08:00
parent 4e5f20de3b
commit 8e2c430f52
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ sudo: false
go:
- 1.4
- 1.5
- tip
addons:
apt: