1 Star 0 Fork 0

xiaoweix/falcon-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: required
language: go
go:
- "1.8"
env:
- DB_USER=root DB_PASSWORD=test123456 DB_HOST=127.0.0.1 DB_PORT=13306 REDIS_HOST=127.0.0.1 REDIS_PORT=16379 API_PORT=18080 API_HOST=127.0.0.1
services:
- docker
script:
- make install
- make fmt-check
- make misspell-check
- make all
- bash ./docker_test.sh
after_success:
- go test -race -coverprofile=coverage.txt -covermode=atomic github.com/open-falcon/falcon-plus/modules/api/test
- bash <(curl -s https://codecov.io/bash)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tus_xxw/falcon-plus.git
git@gitee.com:tus_xxw/falcon-plus.git
tus_xxw
falcon-plus
falcon-plus
master

搜索帮助