mirror of https://github.com/shunfei/cronsun
ci for go module
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…
Reference in New Issue