Explorar o código

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 %!s(int64=10) %!d(string=hai) anos
pai
achega
8e2c430f52
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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