sudo: false
language: go
go:
- 1.5
- tip
notifications:
email: false
script:
- go build
- go test
- go vet