CI构建最低版本要求1.9

pull/21/merge
ouqiang 2018-01-26 23:17:48 +08:00
parent 72349248ae
commit fd39434446
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: go
go:
- 1.7.x
- 1.9.x
script: go test `go list ./... | grep -v vendor`
notifications: