1 Star 0 Fork 1

Qi Zhang/rainbond-operator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
GLYASAI 提交于 2020-02-20 09:53 . merge branch test into master
go_import_path: github.com/goodrain/rainbond-operator
# use the latest ubuntu environment (18.04) available on travis
dist: bionic
language: go
# You don't need to test on very old versions of the Go compiler. It's the user's
# responsibility to keep their compiler up to date.
go:
- 1.13.x
env: GO111MODULE=off
services:
- docker
git:
depth: 1
jobs:
include:
- stage: test
script: make test
- stage: build
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then make build; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then make push; fi'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/zhangbigqi/rainbond-operator.git
git@gitee.com:zhangbigqi/rainbond-operator.git
zhangbigqi
rainbond-operator
rainbond-operator
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385