ingress-nginx-helm/vendor/github.com/onsi/gomega/.travis.yml
Manuel de Brito Fontes 2882fb5ebe Update go dependencies
2018-09-22 14:54:24 -03:00

16 lines
393 B
YAML

language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
install:
- env GO111MODULE=on go get -v ./...
- env GO111MODULE=on go build ./...
- go get github.com/onsi/ginkgo
- go install github.com/onsi/ginkgo/ginkgo
script: env GO111MODULE=on $HOME/gopath/bin/ginkgo -p -r --randomizeAllSpecs --failOnPending --randomizeSuites --race && env GO111MODULE=on go vet