mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-23 17:49:28 +08:00
9 lines
105 B
YAML
9 lines
105 B
YAML
sudo: false
|
|
os: linux
|
|
|
|
language: go
|
|
go: 1.8
|
|
|
|
install: go get github.com/mhinz/gomali
|
|
script: gomali *.md
|