summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/blevesearch/segment
diff options
context:
space:
mode:
authorMura Li <typeless@users.noreply.github.com>2019-11-27 17:23:33 +0800
committerLauris BH <lauris@nix.lv>2019-11-27 11:23:33 +0200
commit9591185c8f45fefb39e84aa465a943b24ad60a26 (patch)
treec46c697093c98eb5404aa7e2519fbe4ba1a2ad47 /vendor/github.com/blevesearch/segment
parentb50dee5a61b3959bb3606973d359741f0ca9af9a (diff)
downloadgitea-9591185c8f45fefb39e84aa465a943b24ad60a26.tar.gz
gitea-9591185c8f45fefb39e84aa465a943b24ad60a26.zip
Upgrade blevesearch to v0.8.1 (#9177)
For #1441 https://github.com/blevesearch/bleve/commit/a91b427b59b893f112021841ba7370d285f8426f
Diffstat (limited to 'vendor/github.com/blevesearch/segment')
-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