diff --git a/README.md b/README.md index d9bfeada7..ad08ca9cd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The official low-level Elasticsearch client for Node.js and the browser. -[![Build Status](https://travis-ci.org/elasticsearch/elasticsearch-js.png?branch=1.5)](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=1.5) [![Coverage Status](https://coveralls.io/repos/elasticsearch/elasticsearch-js/badge.png)](https://coveralls.io/r/elasticsearch/elasticsearch-js) [![Dependencies up to date](https://david-dm.org/elasticsearch/elasticsearch-js.png)](https://david-dm.org/elasticsearch/elasticsearch-js) +[![Build Status](https://travis-ci.org/elasticsearch/elasticsearch-js.png?branch=2.0)](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=2.0) [![Coverage Status](https://coveralls.io/repos/elasticsearch/elasticsearch-js/badge.png?branch=2.0?branch=2.0)](https://coveralls.io/r/elasticsearch/elasticsearch-js?branch=2.0) [![Dependencies up to date](https://david-dm.org/elasticsearch/elasticsearch-js.png)](https://david-dm.org/elasticsearch/elasticsearch-js) ## Features diff --git a/grunt/config/saucelabs-mocha.js b/grunt/config/saucelabs-mocha.js index d9242ee26..8d8b638d4 100644 --- a/grunt/config/saucelabs-mocha.js +++ b/grunt/config/saucelabs-mocha.js @@ -7,7 +7,7 @@ module.exports = { 'http://127.0.0.1:8000/builds.html' ], testname: 'es.js client tests', - build: process.env.CI_BUILD_NUMBER, + build: process.env.TRAVIS_BUILD_ID, concurrency: 10, username: slk.user, key: slk.key, diff --git a/package.json b/package.json index e158f366d..eafb654d1 100644 --- a/package.json +++ b/package.json @@ -60,9 +60,9 @@ "expect.js": "~0.2.0", "aliasify": "~1.2.4", "express": "~3.4.7", - "grunt-saucelabs": "git://github.com/spenceralger/grunt-saucelabs.git", "find-root": "~0.1.1", - "event-stream": "~3.1.0" + "event-stream": "~3.1.0", + "grunt-saucelabs": "^5.1.0" }, "license": "Apache 2.0", "dependencies": {