summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/onsi/gomega/.travis.yml
blob: 9bc3fd027feca72a076b1b576f2cf1704c3c61c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
language: go
go:
  - 1.6
  - 1.7

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