fix travis build

master
Carlo Strub 6 years ago
parent c242977f85
commit b22ce91086

@ -1,19 +1,18 @@
language: go language: go
go: go:
- 1.9.x - 1.10.x
- master - master
cache: cache:
directories: directories:
- $GOPATH/src - $GOPATH/src
- $HOME/.glide/cache
install: install:
- go get -u github.com/golang/dep/cmd/dep - go get -u github.com/golang/dep/cmd/dep
- dep ensure - dep ensure
- cd vendor/github.com/onsi/gomega && go install && cd - - go get -u github.com/onsi/ginkgo/ginkgo
- cd vendor/github.com/onsi/ginkgo/ginkgo && go install && cd - - go get -u github.com/onsi/gomega/...
script: script:
- ginkgo -r --randomizeAllSpecs --randomizeSuites --race - ginkgo -r --randomizeAllSpecs --randomizeSuites --race

Loading…
Cancel
Save