travis-build
travis-build copied to clipboard
r: add feature to show logs on success
Currently we only get to see log files if there was an error. However I would like to be able to manually inspect the log files even if there was no error. This PR adds that.
@jimhester
We actually had this, but it was causing builds to spuriously fail when there are too much output, see https://github.com/travis-ci/travis-build/pull/1283
Right, so I made it optional and disabled by default.
Ok, that makes sense, LGTM!
OK thanks all is good 🚀🚀
It would be great to get this reviewed and merged