diff options
author | 2018-04-01 16:18:38 +0100 | |
---|---|---|
committer | 2018-04-01 16:18:38 +0100 | |
commit | 848a5d7c7909afbc381a0708dc4893c28a1df61c (patch) | |
tree | 5d98ed0b33d041d795ecd2b1ad1744d73a8c08bb | |
parent | 81348b420b0f312493ce889b40f65af65a0933d6 (diff) | |
download | coredns-848a5d7c7909afbc381a0708dc4893c28a1df61c.tar.gz coredns-848a5d7c7909afbc381a0708dc4893c28a1df61c.tar.zst coredns-848a5d7c7909afbc381a0708dc4893c28a1df61c.zip |
Only check 1.10 again (#1652)
This double checking for 1.9 and 1.10 is nice, but doubles the
travis test duration.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0f09b8a90..52445dedc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ services: language: go go: - - "1.9" - "1.10" go_import_path: github.com/coredns/coredns |