Files
gitea-release-resource/vendor/github.com/onsi/gomega/.travis.yml
Zachary Gershman dc2870080e Move to vendor dir
2016-06-21 08:09:19 -07:00

12 lines
239 B
YAML

language: go
go:
- 1.5
- tip
install:
- go get -v ./...
- go get github.com/onsi/ginkgo
- go install github.com/onsi/ginkgo/ginkgo
script: $HOME/gopath/bin/ginkgo -r --randomizeAllSpecs --failOnPending --randomizeSuites --race