Skip to content

Commit

Permalink
Fix failing travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Sep 3, 2017
1 parent 6afe1b7 commit 179651e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/travis/script.sh
@@ -1,7 +1,7 @@
#!/bin/bash -e

CXX=g++-6
[ $CC == "clang" ] && CXX=clang-3.8
[ $CC == "clang" ] && CXX=clang++-3.8
export CXX


Expand Down

0 comments on commit 179651e

Please sign in to comment.