Skip to content

Commit

Permalink
Verify hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT committed Mar 27, 2018
1 parent 1964573 commit 2e50d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ go:
env:
global:
- DEP_VERSION="0.4.1"
- DEP_SHA=31144e465e52ffbc0035248a10ddea61a09bf28b00784fd3fdd9882c8cbb2315
matrix:
- MODE=default
- MODE=breaking
Expand All @@ -27,7 +28,7 @@ matrix:
- go: master

before_install:
- curl -L -o $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v$DEP_VERSION/dep-linux-amd64 && chmod +x $GOPATH/bin/dep
- curl -fL -o $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v$DEP_VERSION/dep-linux-amd64 && echo "$DEP_SHA $GOPATH/bin/dep" | sha256sum -c - && chmod +x $GOPATH/bin/dep

install:
- go get -u github.com/golang/lint/golint
Expand Down

0 comments on commit 2e50d0e

Please sign in to comment.