From 8e2c430f52b28439eb382b5a10bf9f16d7fc0475 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Thu, 3 Dec 2015 14:36:35 -0800 Subject: [PATCH] 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e146452b6..aac65d2c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false go: - 1.4 - 1.5 + - tip addons: apt: