travis: Remove obsolete brew options

This commit is contained in:
Elvis Pranskevichus 2019-02-11 16:31:58 -05:00
parent a2e0dd8e22
commit 84629810eb
No known key found for this signature in database
GPG Key ID: 5036323AA98A9CEC
1 changed files with 3 additions and 3 deletions

View File

@ -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