1 Star 0 Fork 0

小线/dubbo-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joe Zou 提交于 2020-11-03 09:26 . add Makefile into travis and remove shell
dist: trusty
sudo: required
# define the dependence env
language: go
os:
- linux
go:
- "1.13"
services:
- docker
env:
- GO111MODULE=on
install: true
# define ci-stage
script:
# license-check
- make verify
# integrate-test
- chmod +x integrate_test.sh && ./integrate_test.sh
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks: https://oapi.dingtalk.com/robot/send?access_token=f5d6237f2c79db584e75604f7f88db1ce1673c8c0e98451217b28fde791e1d4f
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fjsleeping/dubbo-go.git
git@gitee.com:fjsleeping/dubbo-go.git
fjsleeping
dubbo-go
dubbo-go
master

搜索帮助