Fix osx build failures on Travis.

This commit is contained in:
Tom Finegan 2017-10-13 10:55:43 -07:00
parent 61dda163ac
commit ed0b9c3102

View File

@ -21,6 +21,7 @@ addons:
- cmake
before_install:
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew update; fi
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install ccache; fi
script: