Skip to content

Commit d1ae952

Browse files
committed
disable homebrew autoupdate during pyenv-virtualenv because it causes timeout due to the long time that a homebrew update takes.
1 parent 1099a61 commit d1ae952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ branches:
6161
before_install: |
6262
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
6363
# From https://pythonhosted.org/CodeChat/.travis.yml.html
64+
export HOMEBREW_NO_AUTO_UPDATE=1
6465
brew install pyenv-virtualenv
6566
eval "$(pyenv init -)"
6667
eval "$(pyenv virtualenv-init -)"

0 commit comments

Comments
 (0)