mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-12-15 09:53:47 +01:00
8 lines
55 B
YAML
8 lines
55 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
|
|
script:
|
|
- go test -v ./...
|
|
|