Skip to content

Commit

Permalink
WIP: working on travis issues with glide
Browse files Browse the repository at this point in the history
  • Loading branch information
tamccall committed Jun 3, 2017
1 parent 48a8862 commit d07ed35
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ env:
- GO15VENDOREXPERIMENT=1

before_script:
- go get ./...
# This package is used in tests only, so "go get" misses it
- wget "https://github.com/Masterminds/glide/releases/download/0.10.2/glide-0.10.2-linux-amd64.tar.gz"
- mkdir -p $HOME/bin
- tar -vxz -C $HOME/bin --strip=1 -f glide-0.10.2-linux-amd64.tar.gz
- export PATH="$HOME/bin:$PATH"
# This package is not vendored in to allow clients to choose their own version
- go get github.com/stretchr/testify/assert

0 comments on commit d07ed35

Please sign in to comment.