Sign in
edge
/
third_party
/
onsi
/
gomega.git
/
11025fe9502c1f74b461d4a7ec59366cdceeca8b
/
.
/
.travis.yml
blob: 2ecdf95a5343f3d53d972a121de62d14e7543dbe [
file
] [
log
] [
blame
]
language:
go
go:
-
1.3
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