Skip to content

Commit

Permalink
Make sure Travis runs the refactor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Sep 15, 2020
1 parent f562686 commit b8cbda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions travis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8cbda8

Please sign in to comment.