From 43f8bb374bcef10bb4a252bc9ef1d4d7973008ab Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Tue, 28 Feb 2017 18:13:39 +0000 Subject: [PATCH] add vendor to travis cache --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 295f91e..1c52a87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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