Remove gcc 4.9 from travis (due to compiler error)

This commit is contained in:
badaix 2020-09-09 22:06:19 +02:00
parent 69b7d97941
commit 1597568a6e

View file

@ -8,17 +8,17 @@ git:
matrix:
include:
- os: linux
compiler: gcc
env:
- COMPILER=g++-4.9
addons:
apt:
sources:
- sourceline: 'ppa:mhier/libboost-latest'
- ubuntu-toolchain-r-test
packages:
- g++-4.9 boost1.74 libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev libopus-dev alsa-utils libavahi-client-dev avahi-daemon expat
# - os: linux
# compiler: gcc
# env:
# - COMPILER=g++-4.9
# addons:
# apt:
# sources:
# - sourceline: 'ppa:mhier/libboost-latest'
# - ubuntu-toolchain-r-test
# packages:
# - g++-4.9 boost1.74 libasound2-dev libsoxr-dev libvorbisidec-dev libvorbis-dev libflac-dev libopus-dev alsa-utils libavahi-client-dev avahi-daemon expat
- os: linux
compiler: gcc