mirror of
https://github.com/mhinz/vim-galore.git
synced 2025-02-24 10:09:29 +08:00
9 lines
110 B
YAML
9 lines
110 B
YAML
|
sudo: false
|
||
|
os: linux
|
||
|
|
||
|
language: go
|
||
|
go: 1.6
|
||
|
|
||
|
install: go get github.com/mhinz/gomali
|
||
|
script: gomali README.md
|