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