Using Travis-CI, is it possible to trigger a rebuild without pushing a new commit to GitHub?
Use case: A build fails due to an externality. The source is actually co
I have found another way of forcing re-run CI builds and other triggers:
git commit --amend --no-edit
git push --force-with-lease origin pr-branch