We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b6fd9 commit 97cde35Copy full SHA for 97cde35
.travis.yml
@@ -4,3 +4,11 @@ before_script:
4
go:
5
- 1.5
6
- tip
7
+install:
8
+ - go get -v github.com/onsi/ginkgo/ginkgo
9
+ - go get -v github.com/onsi/gomega
10
+ - go get -v -t ./...
11
+ - export PATH=$PATH:$HOME/gopath/bin
12
+
13
+script: ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --cover --trace --race --compilers=2
14
0 commit comments