Travis: remove --hide-successes temporarily again.
This commit is contained in:
parent
0f180be19b
commit
867a529189
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ script:
|
|||
stack)
|
||||
ulimit -n 4096
|
||||
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='--hide-successes --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='--pattern $TESTPATTERN'
|
||||
;;
|
||||
cabal)
|
||||
cabal sdist --output-directory=sourcedist && \
|
||||
|
|
Loading…
Reference in a new issue