.travis.yml 208 B

12345678910111213
  1. language: go
  2. go:
  3. - 1.4.1
  4. install:
  5. - go get -t -v ./...
  6. - go install github.com/onsi/ginkgo/ginkgo
  7. script:
  8. - export PATH=$HOME/gopath/bin:$PATH
  9. - ginkgo -r -failOnPending -randomizeAllSpecs -race