diff options
author | 2017-08-20 00:40:06 +0100 | |
---|---|---|
committer | 2017-08-20 00:40:06 +0100 | |
commit | 0a80ca7dba128fef0e2a95890e28551abdea2e19 (patch) | |
tree | 5876075d80947ea63c1bc93d481ef264eaf8808c | |
parent | 9068f4f56591df732a2d6090f5ca0b9a97ae114a (diff) | |
download | coredns-0a80ca7dba128fef0e2a95890e28551abdea2e19.tar.gz coredns-0a80ca7dba128fef0e2a95890e28551abdea2e19.tar.zst coredns-0a80ca7dba128fef0e2a95890e28551abdea2e19.zip |
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.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |