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

Update .travis.yml

This commit is contained in:
silenceper
2018-02-23 16:19:08 +08:00
committed by GitHub
parent e386402f01
commit 5e3fe8bb06

View File

@@ -1,11 +1,10 @@
language: go language: go
go: go:
- 1.10 - 1.9.x
- 1.9 - 1.8.x
- 1.8 - 1.7.x
- 1.7 - 1.6.x
- 1.6
services: services:
- memcached - memcached
@@ -16,7 +15,6 @@ before_script:
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
script: script:
- test -z $(gofmt -s -l $GO_FILES)
- go test -v -race ./... - go test -v -race ./...
- go vet ./... - go vet ./...
- golint -set_exit_status $(go list ./...) - golint -set_exit_status $(go list ./...)