git » chasquid » commit f1b9d9e

travis.yml: Add Go 1.8 to the test matrix

author Alberto Bertogli
2017-03-01 01:03:00 UTC
committer Alberto Bertogli
2017-03-01 01:03:00 UTC
parent 9539cfd34dd36a043f8c35f9217f9059e47b7726

travis.yml: Add Go 1.8 to the test matrix

.travis.yml +1 -0

diff --git a/.travis.yml b/.travis.yml
index 527d65d..32a2a99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ go_import_path: blitiri.com.ar/go/chasquid
 
 go:
     - 1.7
+    - 1.8
     - tip