From 45e0008517f3bccfce460c3485eaa3c6e48d4c3e Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 4 Feb 2019 13:46:15 +0100 Subject: [PATCH] stack without haddocks for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c370c30..f5da7db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" ;;