Skip to content

Commit ea1c50d

Browse files
committed
build: Attempt to tame homebrew
1 parent 93bab13 commit ea1c50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ matrix:
4545
name: OS X Python 2.7
4646
language: generic
4747
before_install:
48-
- brew install python@2
48+
- HOMEBREW_LOGS=/tmp HOMEBREW_NO_AUTO_UPDATE=yes brew install python@2
4949
- python2 -m pip install --user virtualenv
5050
- /Users/travis/Library/Python/2.7/bin/virtualenv $HOME/osx-py
5151
- source $HOME/osx-py/bin/activate

0 commit comments

Comments
 (0)