aboutsummaryrefslogtreecommitdiffstats
path: root/ci/env-osx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/env-osx.sh')
-rwxr-xr-xci/env-osx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/env-osx.sh b/ci/env-osx.sh
index 31c88357..127a969b 100755
--- a/ci/env-osx.sh
+++ b/ci/env-osx.sh
@@ -36,5 +36,5 @@
# TODO() - we can check if this is being sourced using $BASH_VERSION and $BASH_SOURCE[0] != ${0}.
if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
- if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.7" CC="clang-3.7"; fi
+ if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.9" CC="clang-3.9"; fi
fi