Sign in
edge
/
third_party
/
onsi
/
gomega.git
/
78bc284fa5be7e4a28664daceadad30e4e54d72a
/
.
/
.travis.yml
blob: 73d5863e2130b4b7da2695c1634330f0ce6075a2 [
file
] [
log
] [
blame
]
language:
go
go:
-
1.4
-
1.5
-
tip
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