9
0
mirror of https://github.com/Lomanic/presence-button-web synced 2024-11-15 02:07:29 +00:00
presence-button-web/vendor/github.com/matrix-org/gomatrix/.travis.yml

8 lines
146 B
YAML
Raw Permalink Normal View History

language: go
go:
- 1.13.10
install:
- go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
- go build
script: ./hooks/pre-commit