summaryrefslogtreecommitdiff
path: root/vendor/github.com/davecgh/go-spew/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/davecgh/go-spew/.travis.yml')
-rw-r--r--vendor/github.com/davecgh/go-spew/.travis.yml14
1 files changed, 0 insertions, 14 deletions
diff --git a/vendor/github.com/davecgh/go-spew/.travis.yml b/vendor/github.com/davecgh/go-spew/.travis.yml
deleted file mode 100644
index 984e073..0000000
--- a/vendor/github.com/davecgh/go-spew/.travis.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-language: go
-go:
- - 1.5.4
- - 1.6.3
- - 1.7
-install:
- - go get -v golang.org/x/tools/cmd/cover
-script:
- - go test -v -tags=safe ./spew
- - go test -v -tags=testcgo ./spew -covermode=count -coverprofile=profile.cov
-after_success:
- - go get -v github.com/mattn/goveralls
- - export PATH=$PATH:$HOME/gopath/bin
- - goveralls -coverprofile=profile.cov -service=travis-ci