Sign in
edge
/
third_party
/
onsi
/
gomega
/
b2bcc584f90fad6966a4824799d970ead0b61c60
/
.
/
.travis.yml
blob: 79780ec5b2900849b4449c2d19e2ec67ead9c3fd [
file
] [
log
] [
blame
]
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