vim-plug/.travis.yml

13 lines
196 B
YAML
Raw Normal View History

2014-06-22 20:57:46 -07: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 !