mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 02:07:55 +02:00
Remove gcc 4.9 from travis (due to compiler error)
This commit is contained in:
parent
69b7d97941
commit
1597568a6e
1 changed files with 11 additions and 11 deletions
22
.travis.yml
22
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue