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