From 1597568a6e1e6aae21aedfda421d98848f8faaaa Mon Sep 17 00:00:00 2001 From: badaix Date: Wed, 9 Sep 2020 22:06:19 +0200 Subject: [PATCH] Remove gcc 4.9 from travis (due to compiler error) --- .travis.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a164140..f9f2943f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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