From b99af84dc50e2f546d3ef9422cf940fe9b946fcf Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 20 Jun 2016 00:41:59 +0200 Subject: [PATCH] travis: No testing against old Go versions. Go 1.5.4 does not support the whitespace trim syntax for templates. Since we make excessive use of it, we can not support that version of Go. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index adc7f4d..8213639 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: go go: - - 1.5.4 - 1.6.2 - tip