50 Star 331 Fork 92

jc3wish / Bifrost

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 750 Bytes
一键复制 编辑 原始数据 按行查看 历史
jc3wish 提交于 2022-04-16 19:13 . go version updated
language: go
go:
- "1.14"
- "1.15"
- "1.16"
- "1.17"
- "1.18"
before_install:
- go get github.com/gmallard/stompngo
- go get github.com/hprose/hprose-golang
- go get github.com/Shopify/sarama
- go get github.com/bradfitz/gomemcache/memcache
- go get gopkg.in/mgo.v2
- go get github.com/streadway/amqp
- go get github.com/go-redis/redis/v8
- go get github.com/syndtr/goleveldb/leveldb
- go get github.com/ClickHouse/clickhouse-go
- go get github.com/olivere/elastic/v7
install:
- go get github.com/mattn/goveralls
script:
- go test -v -covermode=count -coverprofile=coverage.out
- ./build.sh travis
after_success:
- goveralls -coverprofile=full_cov.out -service=travis-ci
Go
1
https://gitee.com/jc3wish/Bifrost.git
git@gitee.com:jc3wish/Bifrost.git
jc3wish
Bifrost
Bifrost
master

搜索帮助