diff --git a/infrastructure/travis-build.sh b/infrastructure/travis-build.sh index 72ff4734d..856bc8717 100755 --- a/infrastructure/travis-build.sh +++ b/infrastructure/travis-build.sh @@ -7,6 +7,7 @@ if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update # Travis appears to have Boost and OpenSSL installed already: # brew install boost ccache openssl + ls /usr/local /usr/local/opt /usr/local/opt/openssl brew install ccache fi