aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/onsi/gomega/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/onsi/gomega/.travis.yml')
-rw-r--r--vendor/github.com/onsi/gomega/.travis.yml11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/onsi/gomega/.travis.yml b/vendor/github.com/onsi/gomega/.travis.yml
deleted file mode 100644
index 9bc3fd0..0000000
--- a/vendor/github.com/onsi/gomega/.travis.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-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