.travis.yml - use 'brew list --formula +
brew link git`
This commit is contained in:
parent
13a6b0c03a
commit
a6ced1622c
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ before_script:
|
|||
|
||||
script:
|
||||
- git_submodule_update --init deps/
|
||||
- on 'osx' brew unlink $(brew list)
|
||||
- on 'osx' brew unlink $(brew list --formula)
|
||||
- on 'osx' brew link git
|
||||
- configure BENCHMARK=${BENCH} ENABLE_GLIBC_WORKAROUND=${ENABLE_GLIBC_WORKAROUND:-false} QUIET=${QUIET:-false}
|
||||
#- cat config.log => comment out to reduce log size limit on travis-ci
|
||||
# we limit the `make` to 40 min
|
||||
|
|
Loading…
Reference in a new issue