From 0a80ca7dba128fef0e2a95890e28551abdea2e19 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 20 Aug 2017 00:40:06 +0100 Subject: [PATCH] travis: drop 1.7 (#956) Yes, the previous Go version is important but this doubles the wait on travis. This drops 1.7 from travis. This means we wait for bug reports to show up, or tell people to use the precompiled binaries are docker containers. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1e401cedd..c55b23ab9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ services: language: go go: - 1.8 - - 1.7 go_import_path: github.com/coredns/coredns