change travis file to accommodate dep

master
Carlo Strub 6 years ago
parent bb1a94527c
commit 9dae2e3c64
No known key found for this signature in database
GPG Key ID: 34EF3FF33C29811A

@ -10,9 +10,8 @@ cache:
- $HOME/.glide/cache
install:
- go get -u github.com/Masterminds/glide
- cd $GOPATH/src/github.com/Masterminds/glide && go install && cd -
- glide install
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- cd vendor/github.com/onsi/gomega && go install && cd -
- cd vendor/github.com/onsi/ginkgo/ginkgo && go install && cd -

Loading…
Cancel
Save