Skip to content

Commit 50092eb

Browse files
committed
[Travis] Show proper clang version
1 parent c9423c1 commit 50092eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis/linux/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export CXX="clang++-3.7"
55
export CC="clang-3.7"
66

77
cmake --version
8-
clang --version
8+
${CC} --version
99

1010
cmake -DWITH_SERVER=ON \
1111
-DWITH_STAGED_PLUGINS=OFF \

0 commit comments

Comments
 (0)