travis ci: update ubuntu llvm repo and CC,CXX env vars to 6
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
set -x
|
||||
set -e
|
||||
|
||||
export CC=clang-5.0
|
||||
export CXX=clang++-5.0
|
||||
export CC=clang-6.0
|
||||
export CXX=clang++-6.0
|
||||
echo $PATH
|
||||
mkdir build
|
||||
cd build
|
||||
|
||||
Reference in New Issue
Block a user