]> git.ipfire.org Git - thirdparty/qemu.git/commit
.travis.yml: don't run make check with multiple jobs
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 7 Nov 2019 10:47:03 +0000 (10:47 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 12 Nov 2019 14:32:55 +0000 (14:32 +0000)
commit05273a43af5f9e71152ad1b877bc3a898857e989
tree4165a98d2856b63d4427207e13331e06d26c8604
parent5b4b4865f44ed27d6aeea1d05e8314fce9cdc136
.travis.yml: don't run make check with multiple jobs

Let's challenge the convention that doing more at a time helps. It
certainly doesn't tell you unambiguously where in the test cycle you
were before the test hangs and exceeds the job time limit.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml