mirror of
https://github.com/Luzifer/duplicity-backup.git
synced 2024-11-14 01:42:52 +00:00
12 lines
239 B
YAML
12 lines
239 B
YAML
|
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
|