mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
11 lines
113 B
YAML
11 lines
113 B
YAML
language: go
|
|
go:
|
|
- "1.13.x"
|
|
os:
|
|
- linux
|
|
- osx
|
|
- windows
|
|
script:
|
|
- make build
|
|
- make test
|