add vendor to travis cache

master
Carlo Strub 7 years ago
parent 63ad964f50
commit 43f8bb374b

@ -9,13 +9,14 @@ cache:
directories:
- $GOPATH/src
- $GOPATH/pkg
- vendor
install:
- go get -v github.com/Masterminds/glide
- go get -u github.com/Masterminds/glide
- cd $GOPATH/src/github.com/Masterminds/glide && go install && cd -
- glide install
- go get github.com/onsi/gomega
- go get github.com/onsi/ginkgo/ginkgo
- go get -u github.com/onsi/gomega
- go get -u github.com/onsi/ginkgo/ginkgo
script:
- ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --compilers=2

Loading…
Cancel
Save