From 305931f322dcbb038623af5a6b1f81839534c891 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Feb 2017 08:13:35 +0200 Subject: [PATCH] Not pedantic on OS X (since it applies to deps too) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ae9cfa83..ebfcea75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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