From aca5b047ed14d17224157c3434ea93bf6cdaadee Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Sun, 6 Mar 2016 20:12:29 -0800 Subject: [PATCH] Drop support for Go 1.0.3 Incompatible with the new alternate input sources and I don't see a compelling reason to continue its support. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 87ba52f..c2b5c8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: go sudo: false go: -- 1.0.3 - 1.1.2 - 1.2.2 - 1.3.3