Unverified Commit c34c7a71 authored by 望哥's avatar 望哥 Committed by GitHub

Merge pull request #28 from divebomb/master

Add: travis
parents 2b6c6583 1a6b8133
language: go
go:
- "1.11"
- "1.12"
- "1.13"
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