Skip to content

Commit 1b5f602

Browse files
committed
Fixup brew.
1 parent 3997927 commit 1b5f602

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ before_install:
100100
- lsb_release -a || true
101101
- |
102102
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
103+
brew update-reset
103104
[[ $TOXENV =~ py3 ]] && brew upgrade python
104105
[[ $TOXENV =~ py2 ]] && brew install python@2
105106
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"

ci/templates/.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ before_install:
4545
- lsb_release -a || true
4646
- |
4747
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
48+
brew update-reset
4849
[[ $TOXENV =~ py3 ]] && brew upgrade python
4950
[[ $TOXENV =~ py2 ]] && brew install python@2
5051
export PATH="/usr/local/opt/python/libexec/bin:${PATH}"

0 commit comments

Comments
 (0)