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