ingress-nginx-helm/vendor/github.com/onsi/ginkgo/.travis.yml
Manuel de Brito Fontes 601fb7dacf Add e2e tests
2017-10-20 20:33:48 -03:00

15 lines
337 B
YAML

language: go
go:
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
install:
- go get -v -t ./...
- go get golang.org/x/tools/cmd/cover
- go get github.com/onsi/gomega
- go install github.com/onsi/ginkgo/ginkgo
- export PATH=$PATH:$HOME/gopath/bin
script: $HOME/gopath/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --race --trace