vim-plug/.travis.yml

13 lines
196 B
YAML
Raw Normal View History

2014-06-23 05:57:46 +02:00
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 !