Skip to content

Commit

Permalink
Installing golangci-lint from binary
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemosphere committed Apr 25, 2019
1 parent 82ea77e commit 755cb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
before_script:
# needed for the snap pipe:
- sudo snap install snapcraft --classic
- go install github.com/golangci/golangci-lint/cmd/golangci-lint
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
- docker --version

script:
Expand Down

0 comments on commit 755cb58

Please sign in to comment.