Browse Source

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.
Gary Burd 9 years ago
parent
commit
703e8da19b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .travis.yml

+ 0 - 1
.travis.yml

@@ -3,7 +3,6 @@ sudo: false
 
 
 matrix:
 matrix:
   include:
   include:
-    - go: 1.3
     - go: 1.4
     - go: 1.4
     - go: 1.5
     - go: 1.5
     - go: 1.6
     - go: 1.6