language: go
go:
 - 1.11
 - 1.12
install:
 - export PATH=$PATH:$HOME/gopath/bin
script:
 - go test -v -race