git » debian:dnss » commit beee266

travis: Run against go 1.6 and 1.7

author Alberto Bertogli
2016-08-20 10:46:51 UTC
committer Alberto Bertogli
2016-08-20 10:46:51 UTC
parent d07da8e3a4077d98e55166da1c9c726420c6612f

travis: Run against go 1.6 and 1.7

Run the travis tests against go 1.6 and 1.7, instead of 1.5.

.travis.yml +2 -1

diff --git a/.travis.yml b/.travis.yml
index 59df635..1d3f7ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,8 @@ language: go
 go_import_path: blitiri.com.ar/go/dnss
 
 go:
-    - 1.5
+    - 1.6
+    - 1.7
     - tip
 
 script: