Add g++ 4.8 to Travis

This commit is contained in:
Peter Dimov
2020-01-11 05:29:07 +02:00
parent b3229d48b7
commit 1203aa97c0

View File

@ -4,8 +4,6 @@
language: cpp
sudo: false
dist: xenial
branches:
@ -25,8 +23,14 @@ matrix:
include:
- os: linux
compiler: g++
env: TOOLSET=gcc COMPILER=g++ CXXSTD=11
compiler: g++-4.8
env: TOOLSET=gcc COMPILER=g++-4.8 CXXSTD=11
addons:
apt:
packages:
- g++-4.8
sources:
- ubuntu-toolchain-r-test
- os: linux
compiler: g++-4.9