File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
2020
2121before_install :
2222 - go get -u golang.org/x/lint/golint
23- - curl -L https://github.com/commander-cli/commander/releases/download/v1.2.1 /commander-linux-amd64 -o ~/bin/commander
23+ - curl -L https://github.com/commander-cli/commander/releases/download/v2.1.0 /commander-linux-amd64 -o ~/bin/commander
2424 - chmod +x ~/bin/commander
2525
2626jobs :
3737 - name : macOS integration
3838 os : osx
3939 script :
40- - curl -L https://github.com/commander-cli/commander/releases/download/v0.3 .0/commander-darwin-amd64 -o ~/bin/commander
40+ - curl -L https://github.com/commander-cli/commander/releases/download/v2.1 .0/commander-darwin-amd64 -o ~/bin/commander
4141 - chmod +x ~/bin/commander
4242 - make integration-unix
4343
5353 before_install :
5454 - choco install make
5555 - choco install curl
56- - curl -L https://github.com/commander-cli/commander/releases/download/v1.2.1 /commander-windows-amd64 -o C:\Windows\system32\commander.exe
56+ - curl -L https://github.com/commander-cli/commander/releases/download/v2.1.0 /commander-windows-amd64 -o C:\Windows\system32\commander.exe
5757 script :
5858 - make integration-windows
5959
You can’t perform that action at this time.
0 commit comments