1 Star 0 Fork 73

ilovesport / SOAR

forked from Gitee 极速下载 / SOAR 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
martianzhang 提交于 2019-01-09 17:05 . polish code
language: go
go:
- "1.10.x"
- "1.11.x"
sudo: required
go_import_path: github.com/XiaoMi/soar
addons:
apt:
sources:
- mysql-5.7-trusty
packages:
- mysql-client
services:
- docker
before_install:
- docker pull mysql
- sudo add-apt-repository ppa:duggan/bats --yes
- sudo apt-get update -qq
- sudo apt-get install -qq bats
script:
- make build
- make docker
- make cover
- make test-cli
1
https://gitee.com/ilovesport/SOAR.git
git@gitee.com:ilovesport/SOAR.git
ilovesport
SOAR
SOAR
master

搜索帮助