We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ef95d commit ef6319bCopy full SHA for ef6319b
.travis.yml
@@ -50,12 +50,12 @@ jobs:
50
env: BUILD_WHEELS=1
51
script: tools/wheels/build-wheels.sh ${LIBRDKAFKA_VERSION#v} wheelhouse
52
53
- # - name: "Wheels: MacOSX x64"
54
- # if: tag is present
55
- # os: osx
56
- # language: shell
57
- # env: BUILD_WHEELS=1
58
- # script: tools/wheels/build-wheels.sh ${LIBRDKAFKA_VERSION#v} wheelhouse
+ - name: "Wheels: MacOSX x64"
+ if: tag is present
+ os: osx
+ language: shell
+ env: BUILD_WHEELS=1
+ script: tools/wheels/build-wheels.sh ${LIBRDKAFKA_VERSION#v} wheelhouse
59
60
install:
61
# Install interceptors
0 commit comments