Skip to content

Commit 8462981

Browse files
committed
travis: Remove obsolete brew options
1 parent a2e0dd8 commit 8462981

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci/travis-install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
1313
pyenv global ${PYTHON_VERSION}
1414
pyenv rehash
1515

16-
brew install gnu-sed --with-default-names
16+
brew install gnu-sed
1717
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
18+
brew outdated autoconf || brew upgrade autoconf
19+
brew outdated automake || brew upgrade automake
2020
fi
2121

2222
pip install --upgrade setuptools pip wheel

0 commit comments

Comments
 (0)