diff options
Diffstat (limited to 'ci/install.sh')
| -rwxr-xr-x | ci/install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/install.sh b/ci/install.sh index 7efbaf33b5..3eea63315d 100755 --- a/ci/install.sh +++ b/ci/install.sh @@ -8,8 +8,6 @@ if [[ "${CI_TARGET}" == lint ]]; then fi if [[ "${TRAVIS_OS_NAME}" == osx ]]; then - brew install ccache - brew install ninja export PATH="/usr/local/opt/ccache/libexec:$PATH" fi |