DEV Community

Discussion on: Debugging Travis CI without Commits

Collapse
 
traumflug profile image
Traumflug • Edited

Uhm. Never heard of git commit --amend, git rebase -i and/or git push -f ?

Just fixup your commit/branch using these, then force-push the (topic-)branch and Travis happily builds again. Repeat until satisfied. No need for any custom scripting at all.