travis ci: update ubuntu llvm repo and CC,CXX env vars to 6

This commit is contained in:
Andrew Kelley
2018-03-08 11:08:50 -05:00
parent 3200ebc2ea
commit 2db28ea849
2 changed files with 3 additions and 3 deletions

View File

@@ -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