Add a Raring repository to travis
This is to allow a newer version of SDL_mixer to be installed. Conflicts: .travis.yml
This commit is contained in:
parent
ab9baacf6e
commit
656b88d72e
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ before_install:
|
|||
- if [ "$CXX" = "g++" ]; then time sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y; fi
|
||||
|
||||
install:
|
||||
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ raring main universe"
|
||||
- time sudo apt-get update -qq
|
||||
- time sudo apt-get install -qq libboost-filesystem-dev libboost-iostreams-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-test-dev libcairo2-dev libfribidi-dev libpango1.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev gdb
|
||||
- if [ "$CXX" = "g++" ]; then time sudo apt-get -qq install g++-4.8; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue