We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61a9df commit d2ce263Copy full SHA for d2ce263
.travis.yml
@@ -1,8 +1,8 @@
1
language: go
2
go:
3
- - "1.9.x"
4
- "1.10.x"
5
- "1.11.x"
+ - "1.12.x"
6
- master
7
8
matrix:
@@ -20,7 +20,7 @@ before_script:
20
- ./cc-test-reporter before-build
21
22
install:
23
- - wget https://github.com/go-task/task/releases/download/v2.0.1/task_linux_amd64.tar.gz
+ - wget https://github.com/go-task/task/releases/download/v2.5.0/task_linux_amd64.tar.gz
24
- tar xf task_linux_amd64.tar.gz
25
- mv task $HOME/gopath/bin
26
0 commit comments