Merge pull request #234 from google/fix_travis_osx

Fix osx build failures on Travis.
This commit is contained in:
tomfinegan 2017-10-13 11:43:04 -07:00 committed by GitHub
commit e25ed44d80

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: