Skip to content

Commit

Permalink
Reduce number of Travis jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Dec 13, 2021
1 parent 4f3e610 commit 1d5067b
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,14 @@ jobs:
os: osx
env:
- EXPECT_LINK_INFO="static"
- name: "Go 1.14 OSX bundled librdkafka"
go: "1.14"
os: osx
env:
- EXPECT_LINK_INFO="static"
- name: "Go 1.16 Linux bundled librdkafka"
go: "1.16"
os: linux
env:
- EXPECT_LINK_INFO="static"
- name: "Go 1.14 Linux bundled librdkafka"
go: "1.14"
os: linux
env:
- EXPECT_LINK_INFO="static"
- name: "Go 1.14 OSX dynamic librdkafka"
go: "1.14"
- name: "Go 1.16 OSX dynamic librdkafka"
if: tag is present
go: "1.16"
os: osx
env:
- EXPECT_LINK_INFO="dynamic"
Expand All @@ -37,8 +28,9 @@ jobs:
- LD_LIBRARY_PATH="$HOME/gopath/src/github.com/confluentinc/confluent-kafka-go/tmp-build/lib"
- DYLD_LIBRARY_PATH="$HOME/gopath/src/github.com/confluentinc/confluent-kafka-go/tmp-build/lib"
- LIBRDKAFKA_VERSION=master
- name: "Go 1.14 Linux dynamic librdkafka"
go: "1.14"
- name: "Go 1.16 Linux dynamic librdkafka"
if: tag is present
go: "1.16"
os: linux
env:
- EXPECT_LINK_INFO="dynamic"
Expand All @@ -52,11 +44,6 @@ jobs:
os: windows
env:
- EXPECT_LINK_INFO="static"
- name: "Go 1.14 Windows bundled librdkafka"
go: "1.14"
os: windows
env:
- EXPECT_LINK_INFO="static"

before_install:
- if [[ $TRAVIS_OS_NAME == linux ]]; then wget -qO - https://packages.confluent.io/deb/5.4/archive.key | sudo apt-key add - ; fi
Expand Down

0 comments on commit 1d5067b

Please sign in to comment.