Sign in
edge
/
third_party
/
onsi
/
gomega
/
e85f63af4302dc0e4277c6008ecf803f1d80e4f0
/
.
/
.travis.yml
blob: 9bc3fd027feca72a076b1b576f2cf1704c3c61c6 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.6
-
1.7
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