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

Update .travis.yml

This commit is contained in:
silenceper
2019-07-15 18:18:12 +08:00
committed by GitHub
parent 44dae6e950
commit 79ff0321e3

View File

@@ -11,7 +11,7 @@ services:
before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
- go get github.com/golang/lint/golint
- go get golang.org/x/lint/golint
script:
- go test -v -race ./...