keep fixing travis
This commit is contained in:
parent
b04c6b8c31
commit
324056e3e6
|
@ -15,7 +15,7 @@ matrix:
|
||||||
- os: linux
|
- os: linux
|
||||||
# Compiler is specified in ./travis/common.sh
|
# Compiler is specified in ./travis/common.sh
|
||||||
sudo: false
|
sudo: false
|
||||||
compiler: g++-4.9
|
compiler: g++-8
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
sources:
|
||||||
|
@ -33,6 +33,8 @@ matrix:
|
||||||
- doxygen
|
- doxygen
|
||||||
- flex
|
- flex
|
||||||
- fontconfig
|
- fontconfig
|
||||||
|
- g++-8
|
||||||
|
- gcc-8
|
||||||
- g++-4.9
|
- g++-4.9
|
||||||
- gcc-4.9
|
- gcc-4.9
|
||||||
- gdb
|
- gdb
|
||||||
|
|
Loading…
Reference in New Issue