Skip to content

Commit 91f32da

Browse files
committed
Bump commander to v2.1.0 in ci pipelines
1 parent 6ae857d commit 91f32da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
before_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

2626
jobs:
@@ -37,7 +37,7 @@ jobs:
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

@@ -53,7 +53,7 @@ jobs:
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

0 commit comments

Comments
 (0)