Skip to content

Commit

Permalink
#415, pass -I10000 when running the Travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Apr 14, 2016
1 parent 75505ba commit 8e87b10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions travis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ main = do
ninjaZero <- cmd "../nin -j3 -d stats"

cmd "../nin -t clean"
shakeFull <- cmd "shake -j3 --verbose"
shakeFull <- cmd "shake -j3 --verbose +RTS -I10000"

-- time Shake
cmd "../nin -t clean"
shakeFull <- cmd "shake -j3 --quiet --timings"
shakeFull <- cmd "shake -j3 --quiet --timings +RTS -I10000"
cmd "shake --no-build --report=-"
shakeZero <- cmd "shake -j3 --quiet --timings"
shakeZero <- cmd "shake -j3 --quiet --timings +RTS -I10000"

-- Diagnostics
cmd "ls -l .shake* build/.ninja*"
Expand Down

0 comments on commit 8e87b10

Please sign in to comment.