Codebase list golang-gomega / debian/1.0-2.bpo8+1 .travis.yml
debian/1.0-2.bpo8+1

Tree @debian/1.0-2.bpo8+1 (Download .tar.gz)

.travis.yml @debian/1.0-2.bpo8+1raw · 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