mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
13 lines
196 B
YAML
13 lines
196 B
YAML
|
language: vim
|
||
|
|
||
|
before_script: |
|
||
|
hg clone https://code.google.com/p/vim/
|
||
|
cd vim
|
||
|
./configure --with-features=huge --enable-rubyinterp
|
||
|
make
|
||
|
sudo make install
|
||
|
cd -
|
||
|
|
||
|
script: |
|
||
|
test/run !
|