From 93f239f5cb26602e13c22789050ed62574f92064 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Thu, 11 Mar 2021 10:13:44 +0000 Subject: [PATCH] travis-ci print brew info proj/boost --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0db01fb18..e398ef8a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,9 +51,10 @@ matrix: env: >- CXX="ccache clang++ -Qunused-arguments" before_install: - - echo $DYLD_LIBRARY_PATH + - brew info proj - brew info boost - - brew uninstall --ignore-dependencies boost@1.74 + - brew unlink boost + - brew unlink proj install: - source scripts/travis-common.sh