go1.9 support

This commit is contained in:
rui.zheng 2017-09-04 20:55:51 +08:00
parent 08476e8b2a
commit e68bbaea4e
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ language: go
sudo: false sudo: false
go: go:
- 1.8 - 1.8
- 1.9
install: true install: true
script: script:

View File

@ -14,7 +14,7 @@ apps:
parts: parts:
go: go:
source-tag: go1.8.3 source-tag: go1.9
gost: gost:
after: [go] after: [go]
source: . source: .