Skip to content

Commit

Permalink
fix: shuffle around install params for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Jan 11, 2019
1 parent 70fdaf1 commit 3de2eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
./cc-test-reporter before-build
- run:
name: Install golangci-lint
command: wget -O - -q https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.12.5 -b /go/bin
command: wget -O - -q https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sudo BINDIR=/go/bin sh -s v1.12.5
- run: make deps lint test-coverage
- run:
name: Upload Code coverage
Expand Down

0 comments on commit 3de2eaf

Please sign in to comment.