travis-ci - unlink all brew pkgs
This commit is contained in:
parent
e91d1ec0a5
commit
466ff8c319
1 changed files with 1 additions and 5 deletions
|
@ -51,11 +51,7 @@ matrix:
|
||||||
env: >-
|
env: >-
|
||||||
CXX="ccache clang++ -Qunused-arguments"
|
CXX="ccache clang++ -Qunused-arguments"
|
||||||
before_install:
|
before_install:
|
||||||
- brew list
|
- brew unlink $(brew list)
|
||||||
- brew unlink boost
|
|
||||||
- brew unlink proj
|
|
||||||
- brew unlink jpeg
|
|
||||||
- brew unlink png
|
|
||||||
install:
|
install:
|
||||||
- source scripts/travis-common.sh
|
- source scripts/travis-common.sh
|
||||||
# workaround travis rvm bug
|
# workaround travis rvm bug
|
||||||
|
|
Loading…
Reference in a new issue