Skip to content

Commit 8584b48

Browse files
committed
Fix bin path
1 parent dc9e062 commit 8584b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
- GO111MODULE=on
88

99
install:
10-
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.21.0 -b ../tools
10+
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ../tools v1.21.0
1111

1212
script:
1313
- ../tools/golangci-lint run

0 commit comments

Comments
 (0)