diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-06-05 12:53:51 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-06-11 20:12:10 +0200 |
commit | a4318c668fa49ff3423feed184c0ce58227359b8 (patch) | |
tree | 6234aa3021884faaa70d43c65dd6cd95c2828693 /.travis.yml | |
parent | 5e66a698dae8c01bcd1a9335346145b32016e119 (diff) | |
download | haskell-a4318c668fa49ff3423feed184c0ce58227359b8.tar.gz |
Travis: use apt-get -q
[skip ci]
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 836e62aeb2..a1e22c9c1c 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. |