Skip to content

Commit 97cde35

Browse files
committed
update travis-ci to use ginkgo tests
1 parent e3b6fd9 commit 97cde35

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,11 @@ before_script:
44
go:
55
- 1.5
66
- 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

Comments
 (0)