Codebase list golang-gomega / debian/1.0+git20160910.d59fa0a-1 .travis.yml
debian/1.0+git20160910.d59fa0a-1

Tree @debian/1.0+git20160910.d59fa0a-1 (Download .tar.gz)

.travis.yml @debian/1.0+git20160910.d59fa0a-1raw · history · blame

language: go
go:
  - 1.5
  - 1.6.2
  - stable

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