From 703e8da19b5ed33d346e3adc6abf5e452bd2f82f Mon Sep 17 00:00:00 2001 From: Gary Burd Date: Sat, 23 Apr 2016 15:56:33 -0700 Subject: [PATCH] Drop Go 1.3 from supported configurations The code does not build on 1.3 because tls.Config does not contain the GetCertificate field. This can be worked around using build constraints, but it does not seem worth the trouble. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24882fc..66435ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ sudo: false matrix: include: - - go: 1.3 - go: 1.4 - go: 1.5 - go: 1.6