diff --git a/travis.hs b/travis.hs index 85dddbca1..2f03e886f 100644 --- a/travis.hs +++ b/travis.hs @@ -5,6 +5,7 @@ import System.Process.Extra main :: IO () main = do + system_ "cabal install apply-refact" system_ "hlint --test +RTS -K512K" (time,_) <- duration $ system_ "hlint src --with-group=extra --with-group=future" -- "UNIPLATE_VERBOSE=-1 hlint src +RTS -K1K" putStrLn $ "Running HLint on self took " ++ showDuration time