英文: Why would `go get` start to fail in Travis CI build? 问题 我在一个通过Travis进行构建循环的存储库上打开了一个拉取请求。这里是失败的作...
在 Travis CI 自动构建 Go 的 tip 版本时使用 Godep 出现错误。
英文: Error using Godep on Travis CI automated build for tip version of Go 问题 我正在使用Travis CI来自动构建和测试我的...
Travis CI + Go:为不同的操作系统创建特定的构建流程
英文: Travis CI + Go: creating a specific build flow for different OS 问题 我有一个Go项目,我想使用Travis-CI构建并部署到特...
无法在Travis中构建Go项目。
英文: Can't build go project in travis 问题 我开始创建一个非常轻量级的消息代理,以练习使用Go语言、Travis和一些AWS服务,全部放在一个项目中。 我目...
在使用go get时,在Travis CI构建中默认检出Git主分支。
英文: Default Git master branch checkout in Travis CI build when using go get 问题 我在尝试使用Travis CI构建时遇到了...
Go, Golang: 主程序的travis错误,go get -v
英文: Go, Golang : travis error for main program, go get -v 问题 在我的存储库的子目录中,我有一些带有package main的脚本,用于展示我...
在Travis中编译App Engine应用程序
英文: Compile App Engine application in Travis 问题 有没有办法在使用Go编写的App Engine应用程序上运行编译器,而不需要继续使用开发服务器来提供应用...
how to use remote packages on travis-ci | GO
英文: how to use remote packages on travis-ci | GO 问题 当我运行一个Go脚本(go run example.go)时,我得到了这个错误: /home/t...
Go绝对导入和Travis CI
英文: Go absolute imports and Travis CI 问题 我在http://github.com/NeilGarb/budget上设置了一个公共的golang项目,其中包含co...
无法在travis-ci上找到该包-golang。
英文: cannot find package on travis-ci -golang 问题 我正在尝试在构建过程中运行一个Go脚本。该脚本导入了一个名为'custom'的包,但是我遇到了导入错误。...
2