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