1 Star 0 Fork 63

boboxu0828 / ATX

forked from King / ATX 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 234 Bytes
一键复制 编辑 原始数据 按行查看 历史
King 提交于 2019-02-14 17:04 . 安卓设备集群管理平台
---
language: go
sudo: false
services:
- docker
go:
- "1.11"
env:
- GO111MODULE=on
install: true
script:
- go test -v
- docker build .
after_success:
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
Go
1
https://gitee.com/boboxu0828/ATX.git
git@gitee.com:boboxu0828/ATX.git
boboxu0828
ATX
ATX
master

搜索帮助