From 6a5d33255987ede57525db9ef132d7489f03582d Mon Sep 17 00:00:00 2001 From: Soheil Hassas Yeganeh Date: Mon, 24 Apr 2017 21:45:35 -0400 Subject: [PATCH] Remove Go 1.5 from travis builds. gRPC doesn't support Go 1.5 anymore, and the build would fail if we keep testing with Go 1.5. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d43e278..4bc48e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.5 - 1.6 - 1.7 - 1.8