Commit f2a1e877 authored by Mario Trangoni's avatar Mario Trangoni Committed by Mike Gabriel

.travis.yml: Update clang-6.0 to clang-7

parent ebd1ea03
......@@ -80,11 +80,10 @@ matrix:
addons:
apt:
sources:
- llvm-toolchain-xenial-6.0
- llvm-toolchain-xenial-7
- ubuntu-toolchain-r-test
packages:
- clang-6.0
- g++-4.9
- clang-7
# imake
- xutils-dev
# X11 libaries
......@@ -98,7 +97,7 @@ matrix:
- x11proto-fonts-dev
env:
- MATRIX_EVAL="CC=clang-6.0 && CXX=clang++-6.0"
- MATRIX_EVAL="CC=clang-7 && CXX=clang++-7"
- STATIC_ANALYSIS="no"
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