[commit: packages/deepseq] travis-tests: Fix lingering Travis issues, pt. 5 (5d88e98)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 21:59:07 UTC 2017
Repository : ssh://git@git.haskell.org/deepseq
On branch : travis-tests
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/5d88e98b427ef24455e079c96f2124fdd970aa2d
>---------------------------------------------------------------
commit 5d88e98b427ef24455e079c96f2124fdd970aa2d
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Wed Oct 19 19:55:01 2016 -0400
Fix lingering Travis issues, pt. 5
>---------------------------------------------------------------
5d88e98b427ef24455e079c96f2124fdd970aa2d
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 5c29758..89c8845 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -83,9 +83,10 @@ install:
zcat $HOME/.cabal/packages/hackage.haskell.org/00-index.tar.gz >
$HOME/.cabal/packages/hackage.haskell.org/00-index.tar;
fi
+# To avoid a SafeHaskell bug on GHC 7.2.1
- 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
+ sudo /opt/ghc/$GHCVER/bin/ghc-pkg trust base;
fi
- travis_retry cabal update -v
- sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
More information about the ghc-commits
mailing list