ci for go module

pull/103/head
QLeelulu 6 years ago
parent 4851e650f4
commit 20dce7d6cf

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

Loading…
Cancel
Save