lazydocker/vendor/github.com/cloudfoundry/jibber_jabber/.travis.yml
2019-07-03 23:41:37 +10:00

11 lines
233 B
YAML

language: go
go:
- 1.2
before_install:
- go get github.com/onsi/ginkgo/...
- go get github.com/onsi/gomega/...
- go install github.com/onsi/ginkgo/ginkgo
script: PATH=$PATH:$HOME/gopath/bin ginkgo -r .
branches:
only:
- master