language: go
go:
- 1.3.3
- 1.4
script: go test -v . ./messaging ./influxql
notifications:
email:
on_success: never
on_failure: change