ingress-nginx-helm/vendor/github.com/onsi/ginkgo/.travis.yml
Manuel Alejandro de Brito Fontes 14f4a7b8e8
Update go dependencies
2019-03-28 22:36:15 -03:00

15 lines
348 B
YAML

language: go
go:
- 1.10.x
- 1.11.x
- 1.12.x
- tip
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 && go vet