mirror of
https://github.com/zyedidia/micro
synced 2024-11-05 17:41:24 +00:00
11 lines
160 B
YAML
11 lines
160 B
YAML
language: go
|
|
go:
|
|
- "1.13.x"
|
|
os:
|
|
- linux
|
|
- osx
|
|
- windows
|
|
script:
|
|
- go build ./cmd/micro
|
|
- go test ./internal/...
|
|
- go test ./cmd/...
|