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:
Alexander van Gessel 2014-04-19 15:39:33 +02:00 committed by Chris Beck
parent ab9baacf6e
commit 656b88d72e

View file

@ -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