mirror of
https://github.com/maubot/maubot
synced 2025-08-30 01:50:39 +00:00
Add dep
This commit is contained in:
parent
946dac989a
commit
e26fc65cd0
133 changed files with 261358 additions and 0 deletions
9
vendor/maunium.net/go/gomatrix/.travis.yml
generated
vendored
Normal file
9
vendor/maunium.net/go/gomatrix/.travis.yml
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
language: go
|
||||
go:
|
||||
- 1.8
|
||||
install:
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get github.com/fzipp/gocyclo
|
||||
- go get github.com/client9/misspell/...
|
||||
- go get github.com/gordonklaus/ineffassign
|
||||
script: ./hooks/pre-commit
|
Loading…
Add table
Add a link
Reference in a new issue