Not pedantic on OS X (since it applies to deps too)
This commit is contained in:
parent
e83d018002
commit
305931f322
@ -171,7 +171,7 @@ script:
|
||||
echo "apply-ghc-options: everything" >> stack.yaml
|
||||
|
||||
# Use slightly less intensive options on OS X due to Travis timeouts
|
||||
stack --install-ghc --no-terminal $ARGS test --fast --pedantic
|
||||
stack --install-ghc --no-terminal $ARGS test --fast
|
||||
else
|
||||
stack --install-ghc --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps --pedantic
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user