From e79c637a11879b8d73ff4acc9174a4e6c19d9966 Mon Sep 17 00:00:00 2001 From: hiker Date: Wed, 16 Jul 2014 10:18:07 +1000 Subject: [PATCH] Try to use an even newer repo, since the previous one is only supported till ... end of this week ;) --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0bf901918..06ef93281 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ before_install: - sudo apt-get update -qq # Install dependencies - sudo apt-get install build-essential cmake libogg-dev libvorbis-dev libopenal-dev libxxf86vm-dev libcurl4-openssl-dev libfribidi-dev libbluetooth-dev - # Install mesa from an other repo (a newer version is required). Quantal is not supported anymore, so try to find something else that works - # (precise it too old and doesn't link) - - sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu saucy main restricted" + # Install mesa from an other repo (a newer version is required). Quantal is not supported anymore, saucy is only supported till July 2014, + # so we try to use trusty (precise which is what traiv uses a too old mesa version which doesn't link) + - sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty main restricted" - sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32 - sudo apt-get update -qq - sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev