keep fixing travis

This commit is contained in:
tangxifan 2019-05-03 23:32:39 -06:00
parent b04c6b8c31
commit 324056e3e6
1 changed files with 3 additions and 1 deletions

View File

@ -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