1 Star 0 Fork 94

心*随风行 / Bifrost

forked from jc3wish / Bifrost 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 724 Bytes
一键复制 编辑 原始数据 按行查看 历史
jc3wish 提交于 2021-04-29 21:06 . plugin elastic update
language: go
go:
- "1.14"
- "1.15"
- "1.16"
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/angelteen/Bifrost.git
git@gitee.com:angelteen/Bifrost.git
angelteen
Bifrost
Bifrost
master

搜索帮助