aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-11-16 18:44:54 -0500
committerUnknwon <u@gogs.io>2017-11-16 18:44:54 -0500
commit221aa8968a4446274bc6072876d87c4a4226abc7 (patch)
tree73957f087019c27f2e132a51bc372110bd14f565
parent86931f546f8fc7229f1d606f5ffdef47de137594 (diff)
CI: add go 1.9.x
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 58904389..fe539313 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,9 @@
language: go
go:
- - 1.6
- - 1.7
- - 1.8
+ - 1.6.x
+ - 1.7.x
+ - 1.8.x
+ - 1.9.x
- master
before_install: