Unverified Commit 4ce89075 authored by Mike Gabriel's avatar Mike Gabriel

Merge branch 'mjtrangoni-update-clang-8' into 3.6.x

parents c9cac948 ee82317b
...@@ -89,10 +89,10 @@ matrix: ...@@ -89,10 +89,10 @@ matrix:
addons: addons:
apt: apt:
sources: sources:
- llvm-toolchain-xenial-7 - llvm-toolchain-xenial-8
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- clang-7 - clang-8
# imake # imake
- xutils-dev - xutils-dev
# X11 libaries # X11 libaries
...@@ -109,7 +109,7 @@ matrix: ...@@ -109,7 +109,7 @@ matrix:
- x11-xkb-utils - x11-xkb-utils
env: env:
- MATRIX_EVAL="CC=clang-7 && CXX=clang++-7" - MATRIX_EVAL="CC=clang-8 && CXX=clang++-8"
- STATIC_ANALYSIS="no" - STATIC_ANALYSIS="no"
before_install: before_install:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment