Skip to content

Commit

Permalink
Travis: use GCC 4.9 for fretwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkid committed Nov 28, 2017
1 parent 05de749 commit 48e0e2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -13,6 +13,8 @@ matrix:
- env:
- GIT_COMMIT=0
before_install:
- LD_LIBRARY_PATH=/usr/local/lib64/:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- sudo apt-get -qq update
- sudo apt-get install -y
libogg-dev
Expand All @@ -27,6 +29,11 @@ matrix:
libvorbis-dev
mesa-utils
portaudio19-dev
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- LD_LIBRARY_PATH=/usr/local/lib64/:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
- sudo apt-get -q update
- sudo apt-get install -y gcc-4.9 g++-4.9

install:
- pip install pytest
Expand Down

0 comments on commit 48e0e2a

Please sign in to comment.