Skip to content

Commit

Permalink
Use go get for glide
Browse files Browse the repository at this point in the history
The glide PPA is needs to be approved with
travis-ci/apt-source-safelist#319. Until this is merged, we should be
able to use go get to install glide.
  • Loading branch information
Christopher M Luciano committed Oct 4, 2016
1 parent bfca52b commit a2e5e2d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@ go:
- 1.7
- tip

addons:
apt:
sources:
- sourceline: 'ppa:masterminds/glide'
packages:
- glide

cache:
directories:
- $HOME/.glide

install:
- go get github.com/masterminds/glide
- glide install --strip-vendor

0 comments on commit a2e5e2d

Please sign in to comment.