I spent a bit of time trying to figure out why tests were failing on Travis but not locally. It turned out that the issue was a call to gc_disable() causing the test to reach Travis's 3gig memory limit.
I thought I should post a note so that people are aware of this possible cause for failing Travis checks.
