未验证 提交 6f2f5620 编写于 作者: martianzhang's avatar martianzhang 提交者: GitHub

make real travis CI

上级 49a306c6
language: go
sudo: false
go_import_path: github.com/XiaoMi/soar
go:
- "1.10"
- "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
script:
- make fmt
- make build
- make docker
- make cover
after_success:
- bash <(curl -s https://codecov.io/bash)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册