From 50cdb4e0587bb817282712858a09142b3719a4fc Mon Sep 17 00:00:00 2001 From: Leonel Quinteros Date: Thu, 26 Oct 2017 16:27:26 -0300 Subject: [PATCH] Add Go 1.9 to travis builds --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 28dedab..5ef9202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ go: - 1.6 - 1.7 - 1.8 + - 1.9 - tip before_install: