Sign in
edge
/
apidVerifyApiKey
/
c48842a30a9f78ea4fb4fbbc2a69bbe693683cfa
/
.
/
vendor
/
github.com
/
onsi
/
gomega
/
.travis.yml
blob: 61d0f41faf7d77090c9b4f2f0fc1b532a98122b5 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.6
-
1.7
-
1.8
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