ingress-nginx-helm/vendor/github.com/onsi/gomega/.travis.yml
Manuel Alejandro de Brito Fontes 23e7565ebc Update go dependencies
2020-01-27 00:01:13 -03:00

17 lines
222 B
YAML

language: go
go:
- 1.12.x
- 1.13.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