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