travis resurgence
This commit is contained in:
12
README.md
12
README.md
@ -2,9 +2,7 @@
|
||||
|
||||
The official low-level Elasticsearch client for Node.js and the browser.
|
||||
|
||||
[](https://www.codeship.io/projects/12289)
|
||||
<br>
|
||||
[](https://coveralls.io/r/elasticsearch/elasticsearch-js)
|
||||
[](https://travis-ci.org/elasticsearch/elasticsearch-js) [](https://coveralls.io/r/elasticsearch/elasticsearch-js)
|
||||
|
||||
## Features
|
||||
|
||||
@ -21,13 +19,13 @@ npm install elasticsearch
|
||||
```
|
||||
|
||||
<!-- wow bling -->
|
||||
<!-- [](https://npmjs.org/package/elasticsearch) -->
|
||||
[](https://npmjs.org/package/elasticsearch)
|
||||
|
||||
## Browser Builds
|
||||
|
||||
<!-- [](https://saucelabs.com/u/elasticsearch-js) -->
|
||||
[](https://saucelabs.com/u/elasticsearch-js)
|
||||
|
||||
We also provide builds of the elasticsearch.js client for use in the browser. These versions of the client are currently ***experimental***. We test these builds using [saucelabs](https://saucelabs.com/u/elasticsearch-js) in Chrome, Firefox, and Internet Explorer 10, and 11. We also test in IE 9, but there is a known issue with making non-standard (get/post) requests across domains.
|
||||
We also provide builds of the elasticsearch.js client for use in the browser. These versions of the client are currently *experimental*.
|
||||
|
||||
### Bower
|
||||
If you use bower to manage your dependencies, then just run:
|
||||
@ -48,7 +46,7 @@ bower install elasticsearch
|
||||
|
||||
## Supported Elasticsearch Versions
|
||||
|
||||
<!-- [](https://build.elasticsearch.org/job/es-js_nightly/) -->
|
||||
[Jenkins](https://build.elasticsearch.org/job/es-js_nightly/)
|
||||
|
||||
Elasticsearch.js provides support for, and is regularly tested against, Elasticsearch releases **0.90.5 and greater**. We also test against the latest changes in the 0.90 and master branches of the Elasticsearch repository. To tell the client which version of Elastisearch you are using, and therefore the API it should provide, set the `apiVerson` config param. [More info](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/configuration.html#_config_options)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user