Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
8e2c430f52
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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