Trigger a Travis-CI rebuild without pushing a commit?

后端 未结 16 2141
长发绾君心
长发绾君心 2020-12-12 08:21

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

16条回答
  •  萌比男神i
    2020-12-12 09:07

    If you open the Settings tab for the repository on GitHub, click on Integrations & services, find Travis CI and click Edit, you should see a Test Service button. This will trigger a build.

提交回复
热议问题