From daca94659cb50e9f37c1b834680f2e46358f10b0 Mon Sep 17 00:00:00 2001 From: Jean de Klerk <deklerk@google.com> Date: Tue, 31 Jul 2018 10:07:33 -0700 Subject: [PATCH] re-enable 1.6 should be fixed in https://github.com/grpc/grpc-go/pull/2242#pullrequestreview-140912658 (#86) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cabd45a2..bbe8fb30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: go go: + - 1.6 - 1.7 - 1.x go_import_path: google.golang.org/genproto -- GitLab