There was an error while loading. Please reload this page.
1 parent cb4e0b8 commit 862689fCopy full SHA for 862689f
.travis.yml
@@ -5,4 +5,8 @@ php:
5
- 5.4
6
- 5.5
7
- 5.6
8
+env:
9
+ - LIBRDKAFKA_VERSION=0.8.6
10
+ - LIBRDKAFKA_VERSION=0.8
11
+ - LIBRDKAFKA_VERSION=master
12
script: ./travis.sh
travis.sh
@@ -2,7 +2,7 @@
2
3
set -xe
4
-git clone --depth 1 --branch 0.8.6 https://github.com/edenhill/librdkafka.git
+git clone --depth 1 --branch "$LIBRDKAFKA_VERSION" https://github.com/edenhill/librdkafka.git
(
cd librdkafka
./configure
0 commit comments