summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/miekg/dns/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/miekg/dns/.travis.yml')
-rw-r--r--vendor/github.com/miekg/dns/.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/vendor/github.com/miekg/dns/.travis.yml b/vendor/github.com/miekg/dns/.travis.yml
index 73eef5490..bb8b8d40b 100644
--- a/vendor/github.com/miekg/dns/.travis.yml
+++ b/vendor/github.com/miekg/dns/.travis.yml
@@ -1,8 +1,9 @@
language: go
sudo: false
go:
- - 1.7
- - 1.8
+ - 1.7.x
+ - 1.8.x
+ - tip
before_install:
# don't use the miekg/dns when testing forks