From d1867840048eff3c9fb166e48ac34610de0e2f10 Mon Sep 17 00:00:00 2001 From: Matthew McPherrin Date: Thu, 16 Feb 2017 11:15:04 -0800 Subject: [PATCH] Add Go 1.8, drop 1.4 1.4 is pretty old, so no harm in dropping it I think. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c82779e..dc793e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ language: go sudo: false go: -- 1.4 - 1.5 +- 1.8 - tip install: