Commit f3924fe7 authored by AlexStocks's avatar AlexStocks

Imp: travis script

parent 6182cdb8
language: go
os:
- linux
go:
- "1.13"
env:
- GO111MODULE=on
install: true
script:
- go fmt ./... && [[ -z `git status -s` ]]
- go mod vendor && go test $(go list ./... | grep -v vendor | grep -v demo) -coverprofile=coverage.txt -covermode=atomic
......
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