Skip to content

Commit

Permalink
stack without haddocks for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Feb 4, 2019
1 parent 329346f commit 45e0008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -144,7 +144,7 @@ script:
set -ex
case "$BUILD" in
stack)
stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps
stack --no-terminal $ARGS test --bench --no-run-benchmarks
stack --no-terminal $ARGS build
make compare STACKARGS="$ARGS"
;;
Expand Down

0 comments on commit 45e0008

Please sign in to comment.