Skip to content

Commit

Permalink
try fixing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoman Dong committed Apr 17, 2018
1 parent 2cd2341 commit 40aa9aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@ notifications:
email:
- [email protected]

before_install: if [[ `npm -v` != 2* ]]; then npm i -g npm@2; fi
before_install:
- if [[ `npm -v` != 2* ]]; then npm i -g npm@2; fi
- npm -v
- node -v
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"opn": "^0.1.2",
"pre-commit": "0.0.9",
"proxyquire": "*",
"rewire": "*",
"rewire": "3.0.2",
"should": "*",
"sinon": "*",
"tape": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion test/test_kafka_rest_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function getProduceMessage(topic, message, ts, type) {
test('KafkaRestClient can discover topics', function testKafkaRestClientTopicDiscovery(assert) {
var configs = {
proxyHost: 'localhost',
proxyPort: 5555,
proxyPort: 4444,
proxyRefreshTime: 0
};
var restClient = new KafkaRestClient({
Expand Down

0 comments on commit 40aa9aa

Please sign in to comment.