mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
Update .travis.yml
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,11 +1,10 @@
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.10
|
||||
- 1.9
|
||||
- 1.8
|
||||
- 1.7
|
||||
- 1.6
|
||||
- 1.9.x
|
||||
- 1.8.x
|
||||
- 1.7.x
|
||||
- 1.6.x
|
||||
|
||||
services:
|
||||
- memcached
|
||||
@@ -16,7 +15,6 @@ before_script:
|
||||
- go get github.com/golang/lint/golint
|
||||
|
||||
script:
|
||||
- test -z $(gofmt -s -l $GO_FILES)
|
||||
- go test -v -race ./...
|
||||
- go vet ./...
|
||||
- golint -set_exit_status $(go list ./...)
|
||||
|
||||
Reference in New Issue
Block a user