Skip to content

Commit b8fe8eb

Browse files
authored
Update .travis.yml
1 parent 87dc65c commit b8fe8eb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
language: node_js
22
node_js:
3-
- "11"
3+
- "12"
44
env:
55
global:
66
- ZOOKEEPER_PEERS=localhost:2181
77
- KAFKA_PEERS=localhost:9092
88
- CXX=g++-4.8
99

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+
1017
before_install:
1118
- wget https://archive.apache.org/dist/kafka/1.1.0/kafka_2.11-1.1.0.tgz -O kafka.tgz
1219
- mkdir -p kafka && tar xzf kafka.tgz -C kafka --strip-components 1

0 commit comments

Comments
 (0)