---
language: go
go:
 - 1.8
 - tip
script: make test
before_install:
  - go get -u github.com/kevinburke/go-bindata/...
notifications:
  email: false