Add trvis-ci
This commit is contained in:
parent
42eaef3f2c
commit
36e63bac30
@ -1,6 +1,7 @@
|
|||||||
# esquery
|
# esquery
|
||||||
|
|
||||||
[](https://godoc.org/github.com/aquasecurity/esquery) [](LICENSE)
|
[](https://godoc.org/github.com/aquasecurity/esquery) [](LICENSE) [](https://travis-ci.org/aquasecurity/esquery)
|
||||||
|
|
||||||
|
|
||||||
**A non-obtrusive, idiomatic and easy-to-use query and aggregation builder for the [official Go client](https://github.com/elastic/go-elasticsearch) for [ElasticSearch](https://www.elastic.co/products/elasticsearch).**
|
**A non-obtrusive, idiomatic and easy-to-use query and aggregation builder for the [official Go client](https://github.com/elastic/go-elasticsearch) for [ElasticSearch](https://www.elastic.co/products/elasticsearch).**
|
||||||
|
|
||||||
|
6
travis.yml
Normal file
6
travis.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
language: go
|
||||||
|
|
||||||
|
go:
|
||||||
|
- "1.13"
|
||||||
|
|
||||||
|
script: go test -v -race ./...
|
Loading…
x
Reference in New Issue
Block a user