浏览代码

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
Gyu-Ho Lee 10 年之前
父节点
当前提交
8e2c430f52
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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