From b50e9128c148ccd02883578c078295aeba9a82fc Mon Sep 17 00:00:00 2001 From: "Julian K. Arni" Date: Wed, 23 Sep 2015 12:05:49 +0200 Subject: [PATCH] Turn on Werror on travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d9aee216..5f82ccd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ install: script: - stack setup - - stack build + - stack build --pedantic - stack test cache: