git » kxd » commit a1eb204

travis: Test against go 1.4

author Alberto Bertogli
2016-08-22 20:51:49 UTC
committer Alberto Bertogli
2016-08-22 20:57:35 UTC
parent faba288bb6b3de062d8bee3e9566077d560b59c3

travis: Test against go 1.4

The current Debian stable (jessie) includes kxd and builds it against Go 1.3
but with a special patch supporting an API change for 1.4.

So keep testing against 1.4 to avoid breaking Debian unknowingly.

Don't test against 1.6 to speed things up, 1.7 should be enough as the latest
released version.

.travis.yml +1 -1

diff --git a/.travis.yml b/.travis.yml
index 95880dd..23dc3fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language: go
 go_import_path: blitiri.com.ar/go/kxd
 
 go:
-    - 1.6
+    - 1.4  # Debian stable (jessie) relies on this.
     - 1.7
     - tip