git » kxd » commit faba288

travis: Update Go versions we use to run travis-ci tests

author Alberto Bertogli
2016-08-22 20:20:22 UTC
committer Alberto Bertogli
2016-08-22 20:20:22 UTC
parent c34c76d792be12c51fe94cae2fe986488b7e3dda

travis: Update Go versions we use to run travis-ci tests

.travis.yml +2 -2

diff --git a/.travis.yml b/.travis.yml
index 20d3b53..95880dd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,8 @@ language: go
 go_import_path: blitiri.com.ar/go/kxd
 
 go:
-    - 1.4
-    - 1.5
+    - 1.6
+    - 1.7
     - tip
 
 addons: