Sign in
edge
/
third_party
/
onsi
/
gomega
/
b3416a7d3999ad9c6eab9ebe279958bb35a23991
/
.
/
.travis.yml
blob: 6992f2ae4396deccd0f74cf1ef62ab5c1a68f617 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.5
-
1.6
-
stable
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