Skip to content

Commit

Permalink
Don't run the Travis script on Windows, was never designed for it
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Nov 24, 2020
1 parent 7cba679 commit fecb90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.hs
Expand Up @@ -29,7 +29,7 @@ cmd x = do
putStrLn $ "Took " ++ showDuration t
pure t

main = do
main = unless isWindows $ do
args <- getArgs
unless (null args) $ error "Terminating early"

Expand Down

0 comments on commit fecb90e

Please sign in to comment.