mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-01-27 00:29:28 +01:00
fce3ba6382
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
12 lines
102 B
YAML
12 lines
102 B
YAML
language: go
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- 1.10
|