Files
kubesphere/vendor/github.com/onsi/gomega/.travis.yml
magicsong c6ad0ebc3e use vgo
2019-07-20 00:32:24 +08:00

18 lines
223 B
YAML

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