加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 355 Bytes
一键复制 编辑 原始数据 按行查看 历史
larioy 提交于 2021-09-26 17:49 . 提交
sudo: required
services:
- docker
language: go
go:
- 1.15.x
env:
global:
- TOOLS_CMD=golang.org/x/tools/cmd
- PATH=$GOROOT/bin:$PATH
script:
- make test
after_success:
- if [ "$TRAVIS_BRANCH" = "master" ]; then
docker login -u="$QUAY_USERNAME" -p="$QUAY_PASSWORD" quay.io;
make flannel-git;
fi
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化