Commit b116fce0 authored by AlexStocks's avatar AlexStocks Committed by watermelo

Add: travis

parent d7967ea5
language: go
go:
- "1.11"
- "1.12"
script:
- go fmt ./... && [[ -z `git status -s` ]]
- GO111MODULE=on && go mod vendor && go test ./... -bench . -race -v
......@@ -11,3 +11,5 @@ require (
go.uber.org/zap v1.10.0
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
)
go 1.13
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