mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 01:59:28 +08:00
9 lines
108 B
YAML
9 lines
108 B
YAML
sudo: false
|
|
os: linux
|
|
|
|
language: go
|
|
go: 1.6
|
|
|
|
install: go get github.com/mhinz/gomali
|
|
script: gomali **/*.md
|