32 Star 152 Fork 0

百度开源 / EasyFaaS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 235 Bytes
一键复制 编辑 原始数据 按行查看 历史
flyingfang 提交于 2021-04-26 15:41 . fix unit test and improve ci config
language: go
go_import_path: github.com/baidu/easyfaas
sudo: true
go:
- 1.16
script:
- echo "start to build and test easyfaas"
- make test
- make
- echo "finish"
after_success:
- bash <(curl -s https://codecov.io/bash)
Go
1
https://gitee.com/baidu/EasyFaaS.git
git@gitee.com:baidu/EasyFaaS.git
baidu
EasyFaaS
EasyFaaS
main

搜索帮助