1 Star 0 Fork 0

YangLei / container-web-tty

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
wrfly 提交于 2019-03-27 00:04 . refactor: use go mod
sudo: required
services:
- docker
language: go
go:
- "1.12"
script:
- make build
- make image
after_success:
- docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- if [[ "$TRAVIS_BRANCH" == "master" ]];then make push-image; fi
- if [[ "$TRAVIS_BRANCH" == "develop" ]];then make push-develop; fi
- if [[ "$TRAVIS_TAG" != "" ]];then make push-tag; fi
Go
1
https://gitee.com/ylym/container-web-tty.git
git@gitee.com:ylym/container-web-tty.git
ylym
container-web-tty
container-web-tty
master

搜索帮助