summaryrefslogtreecommitdiffstats
path: root/ci/install-osx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/install-osx.sh')
-rwxr-xr-xci/install-osx.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/install-osx.sh b/ci/install-osx.sh
index cc47508..c81c33c 100755
--- a/ci/install-osx.sh
+++ b/ci/install-osx.sh
@@ -36,5 +36,4 @@ if [ "${TRAVIS_OS_NAME}" != "osx" ]; then
exit 0
fi
-brew update
-brew install ccache gcc@4.9
+# This file is currently intentionally empty.