We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb76d8e commit 48a84f3Copy full SHA for 48a84f3
.travis.yml
@@ -1,6 +1,7 @@
1
env:
2
global:
3
- LIBRDKAFKA_VERSION=v1.9.2
4
+ - LIBRDKAFKA_SRC_VERSION=master
5
6
jobs:
7
include:
@@ -63,7 +64,7 @@ install:
63
64
- if [[ $BUILD_WHEELS != 1 ]]; then pip install -r tests/requirements.txt ; fi
65
- if [[ $MK_DOCS == y ]]; then pip install -r docs/requirements.txt; fi
66
# Install librdkafka and confluent_kafka[avro] if not building wheels
- - if [[ $BUILD_WHEELS != 1 ]]; then pip install -U protobuf && tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_VERSION} tmp-build ; fi
67
+ - if [[ $BUILD_WHEELS != 1 ]]; then pip install -U protobuf && tools/bootstrap-librdkafka.sh --require-ssl ${LIBRDKAFKA_SRC_VERSION} tmp-build ; fi
68
69
70
0 commit comments