diff options
Diffstat (limited to 'vendor/github.com/ethantkoenig')
-rw-r--r-- | vendor/github.com/ethantkoenig/rupture/.travis.yml | 4 | ||||
-rw-r--r-- | vendor/github.com/ethantkoenig/rupture/README.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vendor/github.com/ethantkoenig/rupture/.travis.yml b/vendor/github.com/ethantkoenig/rupture/.travis.yml index 6d007525fb..237efeaf42 100644 --- a/vendor/github.com/ethantkoenig/rupture/.travis.yml +++ b/vendor/github.com/ethantkoenig/rupture/.travis.yml @@ -1,8 +1,8 @@ language: go go: - - 1.8.x - - 1.9.x + - "1.10.x" + - "1.11.x" before_script: - go get -u github.com/golang/lint/golint diff --git a/vendor/github.com/ethantkoenig/rupture/README.md b/vendor/github.com/ethantkoenig/rupture/README.md index da76681e38..bc45af854e 100644 --- a/vendor/github.com/ethantkoenig/rupture/README.md +++ b/vendor/github.com/ethantkoenig/rupture/README.md @@ -1,6 +1,6 @@ # rupture -[![Build Status](https://travis-ci.org/ethantkoenig/rupture.svg?branch=master)](https://travis-ci.org/ethantkoenig/rupture) [![GoDoc](https://godoc.org/github.com/ethantkoenig/rupture?status.svg)](https://godoc.org/github.com/ethantkoenig/rupture) [![Go Report Card](https://goreportcard.com/badge/blevesearch/bleve)](https://goreportcard.com/report/blevesearch/bleve) +[![Build Status](https://travis-ci.org/ethantkoenig/rupture.svg?branch=master)](https://travis-ci.org/ethantkoenig/rupture) [![GoDoc](https://godoc.org/github.com/ethantkoenig/rupture?status.svg)](https://godoc.org/github.com/ethantkoenig/rupture) [![Go Report Card](https://goreportcard.com/badge/github.com/ethantkoenig/rupture)](https://goreportcard.com/report/github.com/ethantkoenig/rupture) An explosive companion to the [bleve indexing library](https://www.github.com/blevesearch/bleve) |