1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 21:02:25 +08:00

Delete .travis.yml

This commit is contained in:
silenceper
2020-05-23 13:30:04 +08:00
committed by GitHub
parent 9c0cde64e5
commit 3360ee7752

View File

@@ -1,20 +0,0 @@
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 ./...)