[commit: ghc] master: Travis: use apt-get -q (a4318c6)
git at git.haskell.org
git at git.haskell.org
Thu Jun 11 18:33:40 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a4318c668fa49ff3423feed184c0ce58227359b8/ghc
>---------------------------------------------------------------
commit a4318c668fa49ff3423feed184c0ce58227359b8
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Fri Jun 5 12:53:51 2015 +0200
Travis: use apt-get -q
[skip ci]
>---------------------------------------------------------------
a4318c668fa49ff3423feed184c0ce58227359b8
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 836e62a..a1e22c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,9 @@ before_install:
- 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
- - travis_retry sudo apt-get install llvm-3.6
+ - travis_retry sudo apt-get -q update
+ - travis_retry sudo apt-get -q install cabal-install-1.18 ghc-7.6.3 alex-3.1.3 happy-1.19.4
+ - travis_retry sudo apt-get -q install llvm-3.6
- export PATH=/opt/ghc/7.6.3/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.6/bin:$PATH
# Be explicit about which protocol to use, such that we don't have to repeat the rewrite command for each.
More information about the ghc-commits
mailing list