Check more, Check against Go 11.x/12.x

This commit is contained in:
Bruce Marriner 2019-04-10 01:06:02 +00:00
parent 1d51515945
commit c3f5528809

View File

@ -1,8 +1,11 @@
language: go
go:
- 1.4
- 1.5
- 1.6
- 1.11.x
- 1.12.x
install:
- go get github.com/bwmarrin/flake
- go get -v .
- go get -v .
script:
- diff <(gofmt -d .) <(echo -n)
- go vet -x ./...
- golint -set_exit_status ./...
- go test -v -race ./...