From 84629810eb2bc6935253b631b0a79721d909589d Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Mon, 11 Feb 2019 16:31:58 -0500 Subject: [PATCH] travis: Remove obsolete brew options --- .ci/travis-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/travis-install.sh b/.ci/travis-install.sh index 191b775..0938b59 100755 --- a/.ci/travis-install.sh +++ b/.ci/travis-install.sh @@ -13,10 +13,10 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then pyenv global ${PYTHON_VERSION} pyenv rehash - brew install gnu-sed --with-default-names + brew install gnu-sed brew outdated libtool || brew upgrade libtool - brew outdated autoconf || brew upgrade autoconf --with-default-names - brew outdated automake || brew upgrade automake --with-default-names + brew outdated autoconf || brew upgrade autoconf + brew outdated automake || brew upgrade automake fi pip install --upgrade setuptools pip wheel