aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorRyan Yee <ryee88@gmail.com>2018-10-06 02:29:49 -0700
committerRyan Yee <ryee88@gmail.com>2018-10-11 01:13:09 -0700
commita83429f5d31ad7c48bb0493475f8a77450f03311 (patch)
treee03f420774b91feef6ff6379ab0e162da28c2f4c /ci
parent40f82ce56a4b416aa4631e48d1d07377793b18ee (diff)
downloadgoogletest-a83429f5d31ad7c48bb0493475f8a77450f03311.tar.gz
googletest-a83429f5d31ad7c48bb0493475f8a77450f03311.tar.bz2
googletest-a83429f5d31ad7c48bb0493475f8a77450f03311.zip
fix typo
Diffstat (limited to 'ci')
-rwxr-xr-xci/env-osx.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/env-osx.sh b/ci/env-osx.sh
index 127a969b..03c2d15d 100755
--- a/ci/env-osx.sh
+++ b/ci/env-osx.sh
@@ -34,7 +34,8 @@
#
# TODO() - we can check if this is being sourced using $BASH_VERSION and $BASH_SOURCE[0] != ${0}.
+#
-if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
+if [ "${TRAVIS_OS_NAME}" = "osx" ]; then
if [ "$CXX" = "clang++" ]; then export CXX="clang++-3.9" CC="clang-3.9"; fi
fi