Travis: Another try on stack.
This commit is contained in:
parent
9f96a5e091
commit
97a13fe717
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="--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…
Add table
Reference in a new issue