fix travis tests

This commit is contained in:
ttroy50
2016-02-14 11:48:12 +00:00
parent 6682980521
commit 34f9797448
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Ubuntu supports multiple versions of clang to be installed at the same time.
# The tests need to determin the clang binary before calling cmake
clang_bin=`which clang`
clang_xx_bin="clang++"
clang_xx_bin="which clang++"
if [ -z $clang_bin ]; then
clang_ver=`dpkg --get-selections | grep clang | grep -v -m1 libclang | cut -f1 | cut -d '-' -f2`