travis-build icon indicating copy to clipboard operation
travis-build copied to clipboard

travis_terminate: preserve previous return by default

Open Artoria2e5 opened this issue 4 years ago • 1 comments

the usual || travis_terminate idiom loses some information by not providing the old return value. Let's fix that.

Artoria2e5 avatar Oct 06 '19 07:10 Artoria2e5

What is the issue, exactly? travis_terminate ends the job immediately, and there is no information to preserve when the execution gets to it.

BanzaiMan avatar Oct 06 '19 14:10 BanzaiMan