language: go
os:
- linux
- osx
go:
- 1.11.6
- 1.12.1
- tip
script:
- go test -v -race
notifications:
email: false