[commit: ghc] wip/travis: travis: Get libstdc++ from a more sensible location (e73c0de)
git at git.haskell.org
git at git.haskell.org
Wed Mar 4 16:37:25 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/travis
Link : http://ghc.haskell.org/trac/ghc/changeset/e73c0dea836fc4636bb9b7997486888ce97c4b32/ghc
>---------------------------------------------------------------
commit e73c0dea836fc4636bb9b7997486888ce97c4b32
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Mar 4 17:37:09 2015 +0100
travis: Get libstdc++ from a more sensible location
>---------------------------------------------------------------
e73c0dea836fc4636bb9b7997486888ce97c4b32
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 91c3baf..fe48552 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
More information about the ghc-commits
mailing list