Revert "travis: Temporarily remove --hide-successes."
This reverts commit bf2b4f95ff
.
This commit is contained in:
parent
bf2b4f95ff
commit
8dcb41f1ba
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ script:
|
||||||
stack)
|
stack)
|
||||||
ulimit -n 4096
|
ulimit -n 4096
|
||||||
stack config set system-ghc --global true
|
stack config set system-ghc --global true
|
||||||
stack --no-terminal $ARGS test --fast --flag 'aeson:fast' --flag pandoc:embed_data_files --haddock --no-haddock-deps --ghc-options="$OPTS" --test-arguments='--pattern="$TESTPATTERN"'
|
stack --no-terminal $ARGS test --fast --flag 'aeson:fast' --flag pandoc:embed_data_files --haddock --no-haddock-deps --ghc-options="$OPTS" --test-arguments='--hide-successes --pattern="$TESTPATTERN"'
|
||||||
;;
|
;;
|
||||||
cabal)
|
cabal)
|
||||||
cabal sdist --output-directory=sourcedist && \
|
cabal sdist --output-directory=sourcedist && \
|
||||||
|
|
Loading…
Reference in a new issue