[commit: packages/deepseq] travis-tests: Fix lingering Travis issues, pt. 3 (7cf9eec)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:59:03 UTC 2017


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

On branch  : travis-tests
Link       : http://git.haskell.org/packages/deepseq.git/commitdiff/7cf9eecea799e7efcf9517ee347de7a58f538f22

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

commit 7cf9eecea799e7efcf9517ee347de7a58f538f22
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date:   Wed Oct 19 19:52:24 2016 -0400

    Fix lingering Travis issues, pt. 3


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

7cf9eecea799e7efcf9517ee347de7a58f538f22
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 551c359..62f4d07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,7 +83,8 @@ install:
      zcat $HOME/.cabal/packages/hackage.haskell.org/00-index.tar.gz >
           $HOME/.cabal/packages/hackage.haskell.org/00-index.tar;
    fi
- - if [ "$GHCVER" = "7.2.1" ]; then
+ - if [ "$GHCVER" = "7.2.1" ];
+   then
      sudo /opt/ghc/$GHCVER/bin/ghc-pkg trust base # To avoid a SafeHaskell bug on GHC 7.2.1
    fi
  - travis_retry cabal update -v



More information about the ghc-commits mailing list