[commit: ghc] wip/travis: travis: Get libstdc++ from a more sensible location (d1f079b)
git at git.haskell.org
git at git.haskell.org
Wed Mar 4 16:35:07 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/travis
Link : http://ghc.haskell.org/trac/ghc/changeset/d1f079b8fa19d0211c2ea1806045525cda3595ff/ghc
>---------------------------------------------------------------
commit d1f079b8fa19d0211c2ea1806045525cda3595ff
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
>---------------------------------------------------------------
d1f079b8fa19d0211c2ea1806045525cda3595ff
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 91c3baf..179b854 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ 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 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-binaries 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
More information about the ghc-commits
mailing list