1
0
mirror of https://github.com/Luzifer/duplicity-backup.git synced 2024-09-20 00:42:55 +00:00
duplicity-backup/vendor/github.com/onsi/gomega/.travis.yml

12 lines
239 B
YAML
Raw Normal View History

2016-05-22 13:04:37 +00:00
language: go
go:
- 1.4
- 1.5
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