Merge branch 'master' into 2.0
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
The official low-level Elasticsearch client for Node.js and the browser.
|
||||
|
||||
[](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=1.5) [](https://coveralls.io/r/elasticsearch/elasticsearch-js) [](https://david-dm.org/elasticsearch/elasticsearch-js)
|
||||
[](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=2.0) [](https://coveralls.io/r/elasticsearch/elasticsearch-js?branch=2.0) [](https://david-dm.org/elasticsearch/elasticsearch-js)
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user