git » dnss » commit 168e270

travis.yml: Test on 1.10 and above

author Alberto Bertogli
2018-10-15 21:54:37 UTC
committer Alberto Bertogli
2018-10-15 22:02:13 UTC
parent 0d6b056b56e61274e77f4891294155dc324c5e40

travis.yml: Test on 1.10 and above

miekg/dns does not support 1.9 anymore, so increase the stable test
version to 1.10.

.travis.yml +1 -1

diff --git a/.travis.yml b/.travis.yml
index 82873de..ddcedbe 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language: go
 go_import_path: blitiri.com.ar/go/dnss
 
 go:
-    - 1.9
+    - "1.10"
     - stable
     - master