summaryrefslogtreecommitdiff
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-26 04:32:05 +0000
commitbe0e3bbf7681cb83e09cd3c15dfcd67f45e6ba0f (patch)
treefdfba9f8c81bdb5535319fa6220f6f17507c0f60
parentc5cf965ed6d0233468fdea69e8a314f6d46b52c8 (diff)
downloadrabbitmq-c-fix_travis.tar.gz
ci: remove install popt on osxfix_travis
popt is already in the default install and causes the build to fail.
-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"
;;