1
0
mirror of https://github.com/go-task/task.git synced 2025-06-08 23:56:21 +02:00

travis: test Go 1.8 and 1.9

This commit is contained in:
Andrey Nering 2017-09-02 11:42:33 -03:00
parent 451b965fb0
commit 36f3be9979

View File

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.7
- 1.8 - 1.8
- 1.9
script: script:
- go install github.com/go-task/task/cmd/task - go install github.com/go-task/task/cmd/task
- task dl-deps - task dl-deps