summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Anderson <[email protected]>2017-02-08 22:04:26 -0800
committerDavid Anderson <[email protected]>2017-02-08 22:04:26 -0800
commit666464088dba67b6748beea064ae830f3e699d37 (patch)
tree395fb1479fc4bea40bbdac88410a6accbfb3a71c
parent728b8bce14d8241b090ecf89c7f48224d5ba2c74 (diff)
Stop testing against Go 1.6.
1.6 lacks the builtin context package, and 1.8 will be out any day now, so 1.6 is on its last legs anyway.
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 62ca6bb..76a5fe7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,6 @@
language: go
go_import_path: go.universe.tf/tlsrouter
go:
-- 1.6
- 1.7
- tip
os: