aboutsummaryrefslogtreecommitdiff
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, 2 insertions, 1 deletions
diff --git a/ci/install-osx.sh b/ci/install-osx.sh
index 6550ff51..f2baebd2 100755
--- a/ci/install-osx.sh
+++ b/ci/install-osx.sh
@@ -36,4 +36,5 @@ if [ "${TRAVIS_OS_NAME}" != "osx" ]; then
exit 0
fi
-brew install ccache
+brew update
+brew install ccache gcc@4.9 llvm@3.9