2 Star 3 Fork 1

roseduan / lotusdb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
roseduan 提交于 2022-01-17 19:22 . fix test command in .travis
language: go
go:
- 1.16.3
- tip
before_install:
- go get -t -v ./...
script:
- go test ./... -v -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)
Go
1
https://gitee.com/roseduan/lotusdb.git
git@gitee.com:roseduan/lotusdb.git
roseduan
lotusdb
lotusdb
main

搜索帮助