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

TravisCI: move from gcc 8.x to gcc 9.x

parent 4a440fea
......@@ -39,7 +39,7 @@ matrix:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8
- g++-9
# imake
- xutils-dev
# X11 libaries
......@@ -56,7 +56,7 @@ matrix:
- x11-xkb-utils
env:
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
- MATRIX_EVAL="CC=gcc-9 && CXX=g++-9"
- STATIC_ANALYSIS="no"
- os: linux
......
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