From 69863eb36366c554895f2b520f5cfea187a15c98 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 6 Oct 2015 06:31:56 +0300 Subject: [PATCH] Travis: not pedantic --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 783a0e2..5710991 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ before_install: # This line does all of the work: installs GHC if necessary, build the library, # executables, and test suites, and runs the test suites. --no-terminal works # around some quirks in Travis's terminal implementation. -script: stack $ARGS --no-terminal --install-ghc test --haddock --pedantic +script: stack $ARGS --no-terminal --install-ghc test --haddock # --pedantic # Caching so the next build will be fast too. cache: