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

12 lines
247 B
YAML

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