Skip to content

Commit 6d928d2

Browse files
committed
travis: use librdkafka master branch instead of adminapi
1 parent 2f32034 commit 6d928d2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
matrix:
22
include:
3-
# Source package verification with Python 2.7 and librdkafka adminapi
3+
# Source package verification with Python 2.7 and librdkafka master
44
- os: linux
55
language: python
66
dist: trusty
77
python: "2.7"
8-
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=adminapi
9-
# Source package verification with Python 2.7 and librdkafka adminapi
8+
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
9+
# Source package verification with Python 2.7 and librdkafka v0.11.4
1010
- os: linux
1111
language: python
1212
dist: trusty
1313
python: "2.7"
14-
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=adminapi
15-
# Source package verification with Python 3.6 and librdkafka adminapi
14+
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=v0.11.4
15+
# Source package verification with Python 3.6 and librdkafka master
1616
- os: linux
1717
language: python
1818
dist: trusty
1919
python: "3.6"
20-
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=adminapi
20+
env: LD_LIBRARY_PATH="$PWD/tmp-build/lib" LIBRDKAFKA_VERSION=master
2121
# cibuildwheel for osx
2222
- os: osx
23-
env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl adminapi tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
23+
env: CIBW_BEFORE_BUILD="tools/bootstrap-librdkafka.sh --require-ssl master tmp" CFLAGS="-Itmp/include" LDFLAGS="-Ltmp/lib"
2424
# cibuildwheel for manylinux
2525
- os: linux
2626
dist: trusty
2727
sudo: required
28-
env: CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh adminapi"
28+
env: CIBW_BEFORE_BUILD="tools/prepare-cibuildwheel-linux.sh master"
2929
language: python
3030
python: "2.7"
3131
services: docker

0 commit comments

Comments
 (0)