mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:52:26 -05:00
11 lines
102 B
YAML
11 lines
102 B
YAML
language: go
|
|
|
|
script:
|
|
- go vet ./...
|
|
- go test -v ./...
|
|
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- 1.10
|