git » kxd » commit 6182dc8

Add Go 1.8 to the test matrix

author Alberto Bertogli
2017-07-30 10:42:12 UTC
committer Alberto Bertogli
2017-07-30 10:42:33 UTC
parent 1a7c029a6d780eb91cee3988fa43cd8d066dfa9c

Add Go 1.8 to the test matrix

.travis.yml +2 -1

diff --git a/.travis.yml b/.travis.yml
index 1132e66..2225d3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,8 @@ language: go
 go_import_path: blitiri.com.ar/go/kxd
 
 go:
-    - 1.7  # (Soon to be) Debian stable relies on this.
+    - 1.7  # Debian stable relies on this.
+    - 1.8
     - tip
 
 addons: