Re: [PATCH v2] Travis: also test on 32-bit Linux

2017-03-03 Thread Johannes Schindelin
Hi Lars, On Fri, 3 Mar 2017, Lars Schneider wrote: > From: Johannes Schindelin > > When Git v2.9.1 was released, it had a bug that showed only on Windows > and on 32-bit systems: our assumption that `unsigned long` can hold > 64-bit values turned out to be wrong. > > This could have been caugh

[PATCH v2] Travis: also test on 32-bit Linux

2017-03-03 Thread Lars Schneider
From: Johannes Schindelin When Git v2.9.1 was released, it had a bug that showed only on Windows and on 32-bit systems: our assumption that `unsigned long` can hold 64-bit values turned out to be wrong. This could have been caught earlier if we had a Continuous Testing set up that includes a bui