Commit dac68c02 authored by 高辛格's avatar 高辛格 Committed by watermelo

travis

parent 62288987
......@@ -5,7 +5,9 @@ go:
- "1.12"
- "1.13"
env:
- GO111MODULE=on
script:
- go fmt ./... && [[ -z `git status -s` ]]
- GO111MODULE=on && go mod vendor && go test ./... -bench . -race -v
- go mod vendor && go test ./... -bench . -race -v
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment