mirror of https://github.com/matrix-org/gomatrix
gofmt is different between go versions and makes everything break
This commit is contained in:
parent
c3f65ede3b
commit
2c47a0c609
|
@ -1,7 +1,6 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
- 1.11.x
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/golang/lint/golint
|
- go get github.com/golang/lint/golint
|
||||||
- go get github.com/fzipp/gocyclo
|
- go get github.com/fzipp/gocyclo
|
||||||
|
|
Loading…
Reference in New Issue