travis: Use saucy from old-releases.ubuntu.com
saucy went EOL about a year ago so it's no longer in the main mirrors.
This commit is contained in:
parent
548efbbf97
commit
2dc58348e4
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ before_install:
|
|||
- if [ "$BUILD" == "translations" ]; then export MP_TEST=false; fi
|
||||
|
||||
install:
|
||||
- sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ saucy main universe"
|
||||
- sudo add-apt-repository -y "deb http://old-releases.ubuntu.com/ubuntu/ saucy main universe"
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libboost-filesystem-dev libboost-iostreams-dev libboost-random-dev libboost-program-options-dev libboost-regex-dev libboost-system-dev libboost-test-dev libboost-locale-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 moreutils
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get -qq install g++-4.8; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue