[commit: ghc] wip/travis: travis: more experimentation (0505964)

git at git.haskell.org git at git.haskell.org
Sat Feb 21 12:59:12 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/0505964c52d4b5586b44364ba991c2a0b2d0128a/ghc

>---------------------------------------------------------------

commit 0505964c52d4b5586b44364ba991c2a0b2d0128a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Feb 21 14:01:14 2015 +0100

    travis: more experimentation


>---------------------------------------------------------------

0505964c52d4b5586b44364ba991c2a0b2d0128a
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 79c7473..91c3baf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +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 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