From c8bea4666627d3f60562ed094633cc4b0e8ec5ad Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 18 Dec 2014 10:36:49 -0700 Subject: [PATCH 1/2] updated link to jenkins in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f376445..c20869546 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Check out the [Browser Builds](http://www.elasticsearch.org/guide/en/elasticsear ## Supported Elasticsearch Versions -[![Supporting Elasticsearch Version 0.90 to 1.3](http://img.shields.io/badge/elasticsearch-0.90--1.3-green.svg?style=flat-square)](http://build-eu-1.elasticsearch.com/job/es-js_nightly/) +[![Supporting Elasticsearch Version 0.90 to 1.4](http://img.shields.io/badge/elasticsearch-0.90--1.4-green.svg?style=flat-square)](http://build-eu-00.elasticsearch.org/job/es-js_nightly/) Elasticsearch.js provides support for, and is regularly tested against, Elasticsearch releases 0.90.12 and greater. We also test against the latest changes in several branches in the Elasticsearch repository. To tell the client which version of Elastisearch you are using, and therefore the API it should provide, set the `apiVersion` config param. [More info](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/configuration.html#_config_options) From 76936683d6b524dd7a140eec6e381cec0256146c Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 18 Dec 2014 10:37:13 -0700 Subject: [PATCH 2/2] add 1.4 to travis testing env list --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b2bc7696d..8dd7b139f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: node_js node_js: "0.10" secure: "UFAGQ6m/VnEahbj9vttY9YoA5h5rEBE6K7AvEEbWnt+VKppV+w3hu3HZxgKr8C9PWhCzqlGvsLh+kCqykZhISU1fBCK/Ttp3nSpMvvF5tI2u51Rj1qZ/7NUGRU0qVI9KFt0rJeXMJwq3fivb1H6aojfPD1gsIte7NHNjUfd0iUg=" env: - - ES_BRANCH=1.3 ES_RELEASE=1.3.1 COVERAGE=1 - - ES_BRANCH=1.2 ES_RELEASE=1.2.3 NODE_UNIT=0 - - ES_BRANCH=1.1 ES_RELEASE=1.1.2 NODE_UNIT=0 + - ES_BRANCH=1.4 ES_RELEASE=1.4.2 COVERAGE=1 + - ES_BRANCH=1.3 ES_RELEASE=1.3.7 NODE_UNIT=0 + - ES_BRANCH=1.2 ES_RELEASE=1.2.4 NODE_UNIT=0 - NODE_UNIT=0 NODE_INTEGRATION=0 BROWSER_UNIT=1 script: ./scripts/ci.sh email: