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: matrix:
include: include:
- os: linux # - os: linux
compiler: gcc # compiler: gcc
env: # env:
- COMPILER=g++-4.9 # - COMPILER=g++-4.9
addons: # addons:
apt: # apt:
sources: # sources:
- sourceline: 'ppa:mhier/libboost-latest' # - sourceline: 'ppa:mhier/libboost-latest'
- ubuntu-toolchain-r-test # - ubuntu-toolchain-r-test
packages: # 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 # - 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 - os: linux
compiler: gcc compiler: gcc