From 77702d5492ba19b6e3e0dda9e9460a8bb67a8e3f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 9 May 2019 23:18:10 +0100 Subject: Add new pretty printer with indentation --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index fa96327..05e684a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,4 +22,4 @@ addons: - ghc-8.6.4 script: - - stack --no-terminal --skip-ghc-check test --pedantic + - stack --no-terminal --skip-ghc-check test --pedantic --fast -- cgit