Skip to content

Commit 1588484

Browse files
committed
Update to CP 5.5 for newer confluent-librdkafka-plugins
1 parent 15fa306 commit 1588484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
- LIBRDKAFKA_VERSION=master
1717

1818
before_install:
19-
- if [[ $TRAVIS_OS_NAME == linux ]]; then wget -qO - https://packages.confluent.io/deb/5.4/archive.key | sudo apt-key add - ; fi
19+
- if [[ $TRAVIS_OS_NAME == linux ]]; then wget -qO - https://packages.confluent.io/deb/5.5/archive.key | sudo apt-key add - ; fi
2020
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo add-apt-repository "deb [arch=amd64] https://packages.confluent.io/deb/5.4 stable main" -y ; fi
2121
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get update -q ; fi
2222
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install confluent-librdkafka-plugins -y ; fi

0 commit comments

Comments
 (0)