From 6528d3e3866a7e6164f6a268feacf95c698aa465 Mon Sep 17 00:00:00 2001 From: Oliver Tonnhofer Date: Tue, 12 Jun 2018 15:54:45 +0200 Subject: [PATCH] travis: drop go 1.7, not compatible with our tests --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index accdadb..7744c6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ sudo: false language: go go: - - "1.7.x" - "1.9.x" - "1.10.x" # we use this for releases, see deploy.on.condition below - tip