aboutsummaryrefslogtreecommitdiff
path: root/ci/install.sh
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2018-12-26 11:55:26 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2018-12-26 11:55:29 -0500
commitc926ba1dc4f7517d411a80eac7764e84337d3ebd (patch)
tree47216337d77f1da1ffe8275686baaff12e13ae38 /ci/install.sh
parent9ac1e2db79e3a1d86ce9cf7c6ea9181126556fb9 (diff)
downloadrneovim-c926ba1dc4f7517d411a80eac7764e84337d3ebd.tar.gz
rneovim-c926ba1dc4f7517d411a80eac7764e84337d3ebd.tar.bz2
rneovim-c926ba1dc4f7517d411a80eac7764e84337d3ebd.zip
ci: use homebrew addon to simplify shell scripts
Diffstat (limited to 'ci/install.sh')
-rwxr-xr-xci/install.sh2
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