We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dc65c commit b8fe8ebCopy full SHA for b8fe8eb
.travis.yml
@@ -1,12 +1,19 @@
1
language: node_js
2
node_js:
3
- - "11"
+ - "12"
4
env:
5
global:
6
- ZOOKEEPER_PEERS=localhost:2181
7
- KAFKA_PEERS=localhost:9092
8
- CXX=g++-4.8
9
10
+script:
11
+ - rm -rf node_modules
12
+ - yarn
13
+ - yarn add --frozen-lockfile node-rdkafka@2.7.4
14
+ - yarn lint
15
+ - mocha --exit --timeout 60000 -R spec test/int/*
16
+
17
before_install:
18
- wget https://archive.apache.org/dist/kafka/1.1.0/kafka_2.11-1.1.0.tgz -O kafka.tgz
19
- mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-components 1
0 commit comments