blob: 83b7ded1a58a6ec91bf8bc036e9aee3af48569ba [file] [log] [blame]
language: go
go:
- "1.13.x"
- "1.14.x"
- "1.15.x"
arch:
- AMD64
- ppc64le
before_install:
- go get github.com/mattn/goveralls
script:
- go test -v -race -cover
- $GOPATH/bin/goveralls -service=travis-ci