Skip to content

Commit

Permalink
#415, another -I100000
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Apr 14, 2016
1 parent 8e87b10 commit 8b57dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ main = do

createDirectoryIfMissing True "temp"
withCurrentDirectory "temp" $
cmd "shake --demo --keep-going"
cmd "shake --demo --keep-going +RTS -I10000"

ghcver <- lookupEnv "GHCVER"
when (ghcver >= Just "7.6" && ghcver /= Just "head") $ do
Expand Down

0 comments on commit 8b57dd1

Please sign in to comment.