Skip to content

Commit

Permalink
use dep install script
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT committed Aug 1, 2018
1 parent c468073 commit b9ca2ce
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@ go:

env:
global:
- DEP_VERSION="0.5.0"
- DEP_SHA=287b08291e14f1fae8ba44374b26a2b12eb941af3497ed0ca649253e21ba2f83
- DEP_RELEASE_TAG=v0.5.0 # so the script knows which version to use
- IGNORE_BREAKING_CHANGES=true

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
- curl -sSL https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

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

0 comments on commit b9ca2ce

Please sign in to comment.