This commit is contained in:
Chris Brown
2015-02-01 00:05:39 +00:00
parent 793c8a5019
commit b841ce205a
345 changed files with 43378 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
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