@@ -1,9 +1,10 @@
language: go
go:
- - 1.3
+ - 1.4
+ - 1.5
install:
- - go get code.google.com/p/go.tools/cmd/cover
+ - go get golang.org/x/tools/cmd/cover
script:
- ./test
@@ -2,6 +2,8 @@

+[](https://travis-ci.org/coreos/flannel)
+
flannel is a virtual network that gives a subnet to each host for use with container runtimes.
Platforms like Google's Kubernetes assume that each container (pod) has a unique, routable IP inside the cluster.