We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e0dd8 commit 8462981Copy full SHA for 8462981
.ci/travis-install.sh
@@ -13,10 +13,10 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
13
pyenv global ${PYTHON_VERSION}
14
pyenv rehash
15
16
- brew install gnu-sed --with-default-names
+ brew install gnu-sed
17
brew outdated libtool || brew upgrade libtool
18
- brew outdated autoconf || brew upgrade autoconf --with-default-names
19
- brew outdated automake || brew upgrade automake --with-default-names
+ brew outdated autoconf || brew upgrade autoconf
+ brew outdated automake || brew upgrade automake
20
fi
21
22
pip install --upgrade setuptools pip wheel
0 commit comments