From e73c0dea836fc4636bb9b7997486888ce97c4b32 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Wed, 4 Mar 2015 17:37:09 +0100 Subject: travis: Get libstdc++ from a more sensible location --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 91c3baf4ab..fe48552adf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ env: before_install: - travis_retry sudo add-apt-repository -y ppa:hvr/ghc - - travis_retry sudo add-apt-repository -y ppa:h-rayflood/gcc-upper - - travis_retry sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.6-binaries main' >> /etc/apt/sources.list" + - travis_retry sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test + - travis_retry sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.6 main' >> /etc/apt/sources.list" - wget -O - http://llvm.org/apt/llvm-snapshot.gpg.key | sudo apt-key add - - travis_retry sudo apt-get update - travis_retry sudo apt-get install cabal-install-1.18 ghc-7.6.3 alex-3.1.3 happy-1.19.4 -- cgit v1.2.1