From 55dc9d898fd3978b0048eea0bcccd6abee73812c Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 23 Nov 2016 20:23:18 -0500 Subject: Drop Go 1.4 support Due to golang.org/x/crypto/ssh requires a method from STD in Go 1.5. And Go 1.4 is fairly old version for now. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 82387935..6eba760d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: go go: - - 1.4 - 1.5 - 1.6 - 1.7 -- cgit v1.2.3