[commit: packages/process] better-travis: Fix markup? (16a1583)
git at git.haskell.org
git at git.haskell.org
Thu Apr 7 12:04:19 UTC 2016
Repository : ssh://git@git.haskell.org/process
On branch : better-travis
Link : http://ghc.haskell.org/trac/ghc/changeset/16a1583fd6bee06781ee0f99979f918587bf4019/process
>---------------------------------------------------------------
commit 16a1583fd6bee06781ee0f99979f918587bf4019
Author: Michael Snoyman <michael at snoyman.com>
Date: Sun Jan 24 15:25:02 2016 +0200
Fix markup?
>---------------------------------------------------------------
16a1583fd6bee06781ee0f99979f918587bf4019
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b26ea9e..5304709 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -93,7 +93,8 @@ script:
cabal configure --enable-tests --enable-benchmarks -v2 --ghc-options="-O0 -Werror";
cabal build;
cabal check || [ "$CABALVER" == "1.16" ];
- ./dist/build/test/test; # Using cabal test was giving trouble with cabal 1.22
+ true Using cabal test was giving trouble with cabal 1.22;
+ ./dist/build/test/test;
cabal sdist;
cabal copy;
SRC_TGZ=$(cabal info . | awk '{print $2;exit}').tar.gz &&
More information about the ghc-commits
mailing list