Fix failing travis build

This commit is contained in:
sfan5 2017-09-03 14:36:46 +02:00
parent 6afe1b78c5
commit 179651e83c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash -e
CXX=g++-6
[ $CC == "clang" ] && CXX=clang-3.8
[ $CC == "clang" ] && CXX=clang++-3.8
export CXX