language: go
go:
- 1.7
- 1.8
script:
- go install github.com/go-task/task/cmd/task
- task dl-deps
- task lint
- task test