summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/blevesearch/segment/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/blevesearch/segment/.travis.yml')
-rw-r--r--vendor/github.com/blevesearch/segment/.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/github.com/blevesearch/segment/.travis.yml b/vendor/github.com/blevesearch/segment/.travis.yml
index d032f234ef..b9d58e7c18 100644
--- a/vendor/github.com/blevesearch/segment/.travis.yml
+++ b/vendor/github.com/blevesearch/segment/.travis.yml
@@ -1,10 +1,9 @@
language: go
go:
- - 1.4
+ - 1.7
script:
- - go get golang.org/x/tools/cmd/vet
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls
- go test -v -covermode=count -coverprofile=profile.out