Codebase list golang-gomega / upstream/1.0 .travis.yml
upstream/1.0

Tree @upstream/1.0 (Download .tar.gz)

.travis.yml @upstream/1.0raw · history · blame

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