Questions tagged «github»

2
是否可以使用Travis CI和GitHub自动部署特定分支中的每个提交?
我想使用Travis CI部署文件,它仅适用于带标记的提交。提交到分支时,会出现警告: 使用发布提供者跳过部署,因为这不是带标记的提交。 是否可以使用Travis CI在分支提交上进行部署? 为了澄清起见,当我标记提交时它可以工作,但是我想在给定分支的每次提交上部署文件。

1
如何为Java Eclipse项目配置Travis CI构建测试?
我在GitHub上有一个Eclipse Java项目。我想使用Travis CI设置自动构建测试。但是,当我为项目启用构建测试时,编译始终会失败,并显示以下错误。 Buildfile: build.xml does not exist! Build failed The command "ant test" exited with 1. 如何配置Travis CI以运行Java Eclipse项目的构建测试?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.