Skip to content

Commit

Permalink
Merge pull request #716 from jbcoe/master
Browse files Browse the repository at this point in the history
Quick fix for failing travis builds on OS X
  • Loading branch information
philsquared committed Oct 4, 2016
2 parents 1c9a6ca + fd7d354 commit 88732e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -148,7 +148,8 @@ install:
mkdir cmake && travis_retry wget --quiet -O - ${CMAKE_URL} | tar --strip-components=1 -xz -C cmake
export PATH=${DEPS_DIR}/cmake/bin:${PATH}
elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
brew install cmake ccache
which cmake || brew install cmake
which ccache || brew install ccache
fi
before_script:
Expand Down

0 comments on commit 88732e8

Please sign in to comment.