ingress-nginx-helm/vendor/github.com/onsi/gomega/.travis.yml
Manuel Alejandro de Brito Fontes 341d64b652
Update go dependencies (#4524)
2019-09-02 21:30:28 -04:00

18 lines
233 B
YAML

language: go
go:
- 1.10.x
- 1.11.x
- 1.12.x
- gotip
env:
- GO111MODULE=on
install:
- go get -v ./...
- go build ./...
- go get github.com/onsi/ginkgo
- go install github.com/onsi/ginkgo/ginkgo
script: make test