diff --git a/.travis.yml b/.travis.yml index 7122892..b07e219 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ -os: linux +os: + - linux + - osx dist: trusty +osx_image: xcode8.3 language: cpp compiler: - clang @@ -14,6 +17,9 @@ addons: - ccache - cmake +before_install: + - if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew install ccache; fi + script: # Output version info for compilers, cmake, and make - ${CC} -v