ingress-nginx-helm/vendor/github.com/onsi/gomega/.travis.yml
Manuel Alejandro de Brito Fontes 3eafaa35a1 Update go dependencies
2020-03-27 19:52:51 -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