mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-28 06:36:39 +00:00
12 lines
134 B
YAML
12 lines
134 B
YAML
language: go
|
|
arch:
|
|
- amd64
|
|
- ppc64le
|
|
go:
|
|
- 1.7.x
|
|
- 1.8.x
|
|
- 1.9.x
|
|
- 1.10.x
|
|
- 1.11.x
|
|
script: go test -v ./.
|