blob: 93ed6a887db5c561c488701224f2cc3316a59d35 [file] [log] [blame]
sudo: false
language: go
matrix:
include:
- go: 1.8.x
script:
- go test -v -race ./...
- go: 1.9.x
script:
- go test -v -race ./...
- go: 1.10.x
script:
- go test -v -race ./...
- go: 1.11.x
script:
- diff -u <(echo -n) <(gofmt -d .)
- go test -v -race ./...
- go: master
script:
- go test -v -race ./...
allow_failures:
- go: master
fast_finish: true