Skip to content

Commit

Permalink
When building on Travis OSX workers, list some directories under /usr…
Browse files Browse the repository at this point in the history
…/local

Should help us to find the OpenSSL installation.
  • Loading branch information
qris committed Dec 17, 2016
1 parent e4eb3fa commit f177fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/travis-build.sh
Expand Up @@ -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

Expand Down

0 comments on commit f177fb5

Please sign in to comment.