diff --git a/.travis.yml b/.travis.yml index 2916f554f..b8d23e32d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: node_js node_js: "0.10" secure: "UFAGQ6m/VnEahbj9vttY9YoA5h5rEBE6K7AvEEbWnt+VKppV+w3hu3HZxgKr8C9PWhCzqlGvsLh+kCqykZhISU1fBCK/Ttp3nSpMvvF5tI2u51Rj1qZ/7NUGRU0qVI9KFt0rJeXMJwq3fivb1H6aojfPD1gsIte7NHNjUfd0iUg=" env: - - ES_BRANCH=1.2 ES_RELEASE=1.2.1 COVERAGE=1 + - ES_BRANCH=1.2 ES_RELEASE=1.2.2 COVERAGE=1 - ES_BRANCH=1.1 ES_RELEASE=1.1.2 NODE_UNIT=0 - ES_BRANCH=1.0 ES_RELEASE=1.0.3 NODE_UNIT=0 - ES_BRANCH=0.90 ES_RELEASE=0.90.13 NODE_UNIT=0 diff --git a/README.md b/README.md index cdd14c440..641a8032a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ The official low-level Elasticsearch client for Node.js and the browser. -[![Build Status](https://travis-ci.org/elasticsearch/elasticsearch-js.svg?branch=2.1)](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=2.1) -[![Coverage Status](http://img.shields.io/coveralls/elasticsearch/elasticsearch-js.svg?branch=2.1)](https://coveralls.io/r/elasticsearch/elasticsearch-js?branch=2.1) +[![Build Status](https://travis-ci.org/elasticsearch/elasticsearch-js.svg?branch=2.3)](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=2.3) +[![Coverage Status](http://img.shields.io/coveralls/elasticsearch/elasticsearch-js.svg?branch=2.3)](https://coveralls.io/r/elasticsearch/elasticsearch-js?branch=2.3) [![Dependencies up to date](https://david-dm.org/elasticsearch/elasticsearch-js.svg)](https://david-dm.org/elasticsearch/elasticsearch-js) ## Features