mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 02:06:32 +00:00
.travis.yml - use -v3 in cabal builds to debug.
This commit is contained in:
+2
-2
@@ -131,8 +131,8 @@ script:
|
||||
ulimit -n 4096
|
||||
cabal sdist --output-directory=sourcedist && \
|
||||
cd sourcedist && \
|
||||
cabal configure --enable-tests -v2 --flags="$FLAGS" --ghc-options="$OPTS" $CABALARGS && \
|
||||
cabal build --ghc-options="$OPTS" && \
|
||||
cabal configure --enable-tests -v3 --flags="$FLAGS" --ghc-options="$OPTS" $CABALARGS && \
|
||||
cabal build -v3 && \
|
||||
cabal test
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user