1
0
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:
silenceper
2018-02-23 16:19:08 +08:00
committed by GitHub
parent e386402f01
commit 5e3fe8bb06

View File

@@ -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 ./...)