Explorar o código

Merge pull request #330 from Shopify/kafka-0.8.2.1

Kafka 0.8.2.1 in CI etc.
Willem van Bergen %!s(int64=10) %!d(string=hai) anos
pai
achega
f1a262ce9a
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .travis.yml
  2. 1 1
      vagrant/provision.sh

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ env:
   global:
   - KAFKA_INSTALL_ROOT=/home/travis/kafka KAFKA_HOSTNAME=localhost
   matrix:
-  - KAFKA_VERSION=0.8.2.0
+  - KAFKA_VERSION=0.8.2.1
   - KAFKA_VERSION=0.8.1.1
 
 before_install:

+ 1 - 1
vagrant/provision.sh

@@ -7,7 +7,7 @@ yes | apt-get install default-jre
 
 export KAFKA_INSTALL_ROOT=/opt
 export KAFKA_HOSTNAME=192.168.100.67
-export KAFKA_VERSION=0.8.2.0
+export KAFKA_VERSION=0.8.2.1
 export REPOSITORY_ROOT=/vagrant
 
 sh /vagrant/vagrant/install_cluster.sh