Skip to content

Commit

Permalink
issue #111: experiments with scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 18, 2018
1 parent 324dcca commit f91960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build:
override:
- export DEP_VERSION=0.4.1

- wget -q -O dep https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64
- "wget -q -O dep https://github.com/golang/dep/releases/download/v${DEP_VERSION}/dep-linux-amd64"
- chmod +x dep && mv dep "${GOPATH}"/bin

- make cmd-deps-local
Expand Down

0 comments on commit f91960b

Please sign in to comment.