2 Star 12 Fork 1

纸喵软件 / wechat-sdk

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
.travis.yml 322 Bytes
Copy Edit Raw Blame History
silenceper authored 2019-11-15 15:01 . Update .travis.yml
language: go
go:
- 1.13.x
- 1.12.x
- 1.11.x
- 1.10.x
services:
- memcached
- redis-server
before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
- go get golang.org/x/lint/golint
script:
- go test -v -race ./...
- go vet ./...
- golint -set_exit_status $(go list ./...)
Go
1
https://gitee.com/zhimiao/wechat-sdk.git
git@gitee.com:zhimiao/wechat-sdk.git
zhimiao
wechat-sdk
wechat-sdk
master

Search