language: go
sudo: false
go:
- 1.6.4
- 1.7.4
- 1.8.3
- tip
install:
- go get -t -v ./...
script:
- go test -v ./...
- ./compileall.sh