ingress-nginx-helm/vendor/github.com/onsi/gomega/.travis.yml
Manuel de Brito Fontes bb4d483837
Update go dependencies
2018-05-26 16:27:45 -04:00

14 lines
287 B
YAML

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