summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2020-06-26 04:32:05 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2020-06-25 22:30:03 -0700
commit91759021f5d938dbef0c358e2194377c406ce418 (patch)
treefdfba9f8c81bdb5535319fa6220f6f17507c0f60 /travis.sh
parentc5cf965ed6d0233468fdea69e8a314f6d46b52c8 (diff)
downloadrabbitmq-c-91759021f5d938dbef0c358e2194377c406ce418.tar.gz
ci: remove install popt on osx
popt is already in the default install and causes the build to fail.
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index c21993b..1908074 100755
--- a/travis.sh
+++ b/travis.sh
@@ -62,7 +62,6 @@ case $TRAVIS_OS_NAME in
osx)
# This prints out a long list of updated packages, which isn't useful.
brew update > /dev/null
- brew install popt
brew outdated openssl || brew install openssl
export _CMAKE_OPENSSL_FLAG="-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl"
;;