From be0e3bbf7681cb83e09cd3c15dfcd67f45e6ba0f Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Fri, 26 Jun 2020 04:32:05 +0000 Subject: ci: remove install popt on osx popt is already in the default install and causes the build to fail. --- travis.sh | 1 - 1 file changed, 1 deletion(-) 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" ;; -- cgit v1.2.1