Skip to content

Commit

Permalink
Use binary release of dep (Azure#1447)
Browse files Browse the repository at this point in the history
* Use binary release of dep

* Verify hash
  • Loading branch information
jhendrixMSFT committed Apr 12, 2018
1 parent 51228ee commit b58c55b
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 @@ -16,7 +16,7 @@ env:
matrix:
allow_failures:
- go: master

before_install:
- 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

Expand Down

0 comments on commit b58c55b

Please sign in to comment.