mirror of
https://github.com/miguelmota/cointop
synced 2024-11-16 21:25:38 +00:00
11 lines
86 B
YAML
11 lines
86 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.9.x
|
|
|
|
install:
|
|
- go get -t ./...
|
|
|
|
script:
|
|
- go build ./...
|