mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-26 13:46:39 +00:00
14 lines
107 B
YAML
14 lines
107 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.7.x
|
||
|
- 1.12.x
|
||
|
- 1.13.x
|
||
|
- tip
|
||
|
|
||
|
install:
|
||
|
- go build .
|
||
|
|
||
|
script:
|
||
|
- go test -v
|