From: Lars Schneider <redacted>
This patch series run Git bisect on failing tests on Travis CI.
Example output on Travis CI:
https://travis-ci.org/larsxschneider/git/jobs/132049871
Plaintext example output:
https://s3.amazonaws.com/archive.travis-ci.org/jobs/132049871/log.txt
Please scroll all the way down to see the bisect output.
Cheers,
Lars
Lars Schneider (3):
travis-ci: move "after_failure" code to dedicated file in /ci
travis-ci: disable verbose test output
travis-ci: run Git bisect on failed tests
.travis.yml | 14 ++--------
ci/test-report.sh | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 86 insertions(+), 12 deletions(-)
create mode 100755 ci/test-report.sh
--
2.5.1