Skip to content

Commit

Permalink
Merge pull request #1331 from Shopify/kafka-2.2.0-ci
Browse files Browse the repository at this point in the history
Add Kafka 2.2.0 to CI build matrix
  • Loading branch information
bai authored Mar 29, 2019
2 parents c7fbcc4 + 86b58dd commit a929fb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: go
go:
- 1.10.x
- 1.11.x
- 1.12.x

Expand All @@ -12,8 +11,8 @@ env:
- KAFKA_HOSTNAME=localhost
- DEBUG=true
matrix:
- KAFKA_VERSION=2.0.1 KAFKA_SCALA_VERSION=2.12
- KAFKA_VERSION=2.1.1 KAFKA_SCALA_VERSION=2.12
- KAFKA_VERSION=2.2.0 KAFKA_SCALA_VERSION=2.12

before_install:
- export REPOSITORY_ROOT=${TRAVIS_BUILD_DIR}
Expand Down

0 comments on commit a929fb1

Please sign in to comment.