Skip to content

Commit 179651e

Browse files
committedSep 3, 2017
Fix failing travis build
1 parent 6afe1b7 commit 179651e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎util/travis/script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -e
22

33
CXX=g++-6
4-
[ $CC == "clang" ] && CXX=clang-3.8
4+
[ $CC == "clang" ] && CXX=clang++-3.8
55
export CXX
66

77

0 commit comments

Comments
 (0)
Please sign in to comment.