Skip to content

Commit

Permalink
attempt to fix travis build by installing gcc-4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed Jan 12, 2015
1 parent 668055a commit 6b3f8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_install:
- sudo apt-get update -qq
install:
# Have an uptodate libc6
- sudo apt-get install -qq g++-4.8
- sudo apt-get install -qq libc6-dev
- sudo apt-get install -qq cmake libsndfile1-dev libasound2-dev libjack-dev portaudio19-dev libportmidi-dev libpulse-dev swig liblua5.1-0-dev python-dev puredata-dev default-jdk libfltk1.1-dev libfluidsynth-dev liblo-dev fluid ladspa-sdk libboost-dev libboost-serialization-dev libpng-dev dssi-dev libstk0-dev libgmm++-dev bison flex libportsmf-dev libeigen3-dev libcunit1-dev python-tk
before_script:
Expand Down

0 comments on commit 6b3f8e1

Please sign in to comment.