mirror of
https://github.com/miguelmota/cointop
synced 2024-11-05 00:00:14 +00:00
9 lines
67 B
YAML
9 lines
67 B
YAML
language: go
|
|
|
|
go:
|
|
- "1.12.x"
|
|
- "master"
|
|
|
|
script:
|
|
- make test
|