d8ae7178e2
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
12 lines
208 B
YAML
12 lines
208 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.4.1
|
|
|
|
install:
|
|
- go get -t -v ./...
|
|
- go install github.com/onsi/ginkgo/ginkgo
|
|
|
|
script:
|
|
- export PATH=$HOME/gopath/bin:$PATH
|
|
- ginkgo -r -failOnPending -randomizeAllSpecs -race
|