diff --git a/.travis.yml b/.travis.yml index 17e941429..3508e70ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,15 @@ matrix: # OSX workers are slower to start up. Having these first in the build matrix makes travis faster overall. - os: osx compiler: clang + before_install: + - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache env: &Release - TRAVIS_CUBERITE_BUILD_TYPE=RELEASE - os: osx compiler: clang env: *Debug + before_install: + - HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache # Default clang - compiler: clang env: *Release