Explorar o código

Order both golang and kafka versions ascending in CI

Evan Huus %!s(int64=11) %!d(string=hai) anos
pai
achega
dc84d93edc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,8 +8,8 @@ env:
   global:
   global:
   - KAFKA_INSTALL_ROOT=/home/travis/kafka KAFKA_HOSTNAME=localhost
   - KAFKA_INSTALL_ROOT=/home/travis/kafka KAFKA_HOSTNAME=localhost
   matrix:
   matrix:
-  - KAFKA_VERSION=0.8.2.1
   - KAFKA_VERSION=0.8.1.1
   - KAFKA_VERSION=0.8.1.1
+  - KAFKA_VERSION=0.8.2.1
 
 
 before_install:
 before_install:
 - export REPOSITORY_ROOT=${TRAVIS_BUILD_DIR}
 - export REPOSITORY_ROOT=${TRAVIS_BUILD_DIR}