From f87ec547dc50fa9ad4d721363649c1f5230ab233 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 27 Mar 2014 11:59:28 -0700 Subject: [PATCH] updating grunt-saucelabs, build id will start shipping again. --- README.md | 2 +- grunt/config/saucelabs-mocha.js | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 15630d50d..e8a61c5cf 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 ec1f4835f..4242cd046 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": {