Tweak travis stack build command (test --test -> build --test).
This commit is contained in:
parent
f1220e8601
commit
5a62f91434
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ install:
|
||||||
case "$BUILD" in
|
case "$BUILD" in
|
||||||
stack)
|
stack)
|
||||||
ulimit -n 4096
|
ulimit -n 4096
|
||||||
stack --no-terminal --install-ghc $ARGS test --flag 'aeson:fast' --only-dependencies --fast --flag pandoc:embed_data_files --test
|
stack --no-terminal --install-ghc $ARGS build --only-dependencies --fast --flag 'pandoc:embed_data_files' --flag 'aeson:fast'
|
||||||
;;
|
;;
|
||||||
cabal)
|
cabal)
|
||||||
cabal --version
|
cabal --version
|
||||||
|
|
Loading…
Reference in a new issue