---
language: go
sudo: false
notifications:
email: false
go:
- 1.5
- tip
install: make deps
script: make validate && make test