Check more, Check against Go 11.x/12.x
This commit is contained in:
parent
1d51515945
commit
c3f5528809
13
.travis.yml
13
.travis.yml
@ -1,8 +1,11 @@
|
|||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.11.x
|
||||||
- 1.5
|
- 1.12.x
|
||||||
- 1.6
|
|
||||||
install:
|
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 ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user