Skip to content

Commit e977613

Browse files
committed
travis: remove glide install
glide is not required when building binary or image, all the vendor packages should already be updated properly for a successful build; otherwise we need to explicitly update the vendor dependencies with 'make vendor' and send a PR.
1 parent bab06a2 commit e977613

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ language: go
22

33
before_install:
44
- sudo apt-get update -qq
5-
# Install Glide
6-
- mkdir -p "${GOPATH}/bin"
7-
- curl https://glide.sh/get | bash
85

96
script:
107
- make test

0 commit comments

Comments
 (0)