From e6f69af050619a30134ff300aa46cf44d53a4c7d Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 19 Apr 2019 10:50:07 +0100 Subject: Move --pedantic flag to the end --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e5883f2..fa96327 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ addons: - ghc-8.6.4 script: - - stack --pedantic --no-terminal --skip-ghc-check test + - stack --no-terminal --skip-ghc-check test --pedantic -- cgit