[commit: packages/deepseq] travis-tests: Fix lingering Travis issues, pt. 4 (c553bbd)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 21:59:05 UTC 2017
Repository : ssh://git@git.haskell.org/deepseq
On branch : travis-tests
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/c553bbdc385087f0f273fbe905e33950c4500812
>---------------------------------------------------------------
commit c553bbdc385087f0f273fbe905e33950c4500812
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Wed Oct 19 19:53:36 2016 -0400
Fix lingering Travis issues, pt. 4
>---------------------------------------------------------------
c553bbdc385087f0f273fbe905e33950c4500812
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 62f4d07..5c29758 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,7 +85,7 @@ install:
fi
- 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; # To avoid a SafeHaskell bug on GHC 7.2.1
fi
- travis_retry cabal update -v
- sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
More information about the ghc-commits
mailing list