language: go
go:
- 1.5
- 1.6
- 1.7
- 1.8
- 1.9
- "1.10"
- 1.11
install:
- export PATH=$PATH:$HOME/gopath/bin
script:
- go test -v -race