Skip to content

Commit f8ad1ab

Browse files
committed
BUG: Fix bug in CI where failure during homebrew update occured.
1 parent 056850c commit f8ad1ab

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
@@ -31,7 +31,7 @@ matrix:
3131
osx_image: xcode9.4
3232
compiler: clang
3333
#env: PYENV_ROOT=/usr/local/var/pyenv
34-
env: LIB_TYPE=static BUILD_TYPE=release
34+
env: LIB_TYPE=static BUILD_TYPE=release HOMEBREW_LOGS=~/homebrew-logs HOMEBREW_TEMP=~/homebrew-temp
3535
#- LIB_TYPE=shared BUILD_TYPE=debug
3636
- os: linux
3737
dist: trusty

0 commit comments

Comments
 (0)