mirror of https://github.com/gogs/gogs.git
CI: add go 1.9.x
parent
86931f546f
commit
221aa8968a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue