git » dnss » commit 42c5cf9

travis: Remove go 1.4

author Alberto Bertogli
2016-05-17 23:23:46 UTC
committer Alberto Bertogli
2016-05-17 23:23:46 UTC
parent 42473fe3610ab1c13f7565b4e5af54ba791c736e

travis: Remove go 1.4

Go 1.4 is no longer supported by our dependencies (golang.org/x/net/http2 does
not build with it, we need it for GRPC), so don't test against it.

.travis.yml +0 -1

diff --git a/.travis.yml b/.travis.yml
index eeab011..cf5208b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ language: go
 go_import_path: blitiri.com.ar/go/dnss
 
 go:
-    - 1.4
     - 1.5
     - tip