mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-17 07:53:40 -05:00
8 lines
170 B
YAML
8 lines
170 B
YAML
language: vim
|
|
before_script:
|
|
- sudo add-apt-repository ppa:jonathonf/vim -y
|
|
- sudo apt-get update -q
|
|
- sudo apt-get install -y vim
|
|
- vim --version
|
|
script: ./test
|