ci for go module

pull/103/head
QLeelulu 2018-09-06 15:07:12 +08:00
parent 4851e650f4
commit 20dce7d6cf
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ go:
- 1.11.x - 1.11.x
env: env:
- GO111MODULE=on - GO111MODULE=on
install: true install:
- go mod vendor
before_script: before_script:
- go vet -v $(go list ./... | grep -v vendor) - go vet -v $(go list ./... | grep -v vendor)