[commit: packages/process] better-travis: Remove unneeded cabal --version (99554f9)

git at git.haskell.org git at git.haskell.org
Thu Apr 7 12:04:21 UTC 2016


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

On branch  : better-travis
Link       : http://ghc.haskell.org/trac/ghc/changeset/99554f9cafb6f923d5c36d5863c07f5fdd534677/process

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

commit 99554f9cafb6f923d5c36d5863c07f5fdd534677
Author: Michael Snoyman <michael at snoyman.com>
Date:   Sun Jan 24 15:27:39 2016 +0200

    Remove unneeded cabal --version


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

99554f9cafb6f923d5c36d5863c07f5fdd534677
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5304709..ec41c26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,7 +62,6 @@ before_install:
  - unset CC
  - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.local/bin:$PATH
  - mkdir -p ~/.local/bin
- - cabal --version
  - if [ `uname` = "Darwin" ];
    then
      curl --insecure -L https://www.stackage.org/stack/osx-x86_64 | tar xz --strip-components=1 --include '*/stack' -C ~/.local/bin;



More information about the ghc-commits mailing list