language: go
os:
- linux
- osx
go:
- 1.4
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- tip
matrix:
exclude:
- os: osx
go: 1.4
go: 1.5.x
go: 1.6.x
notifications:
email:
on_success: change
on_failure: always