vim-plug/.travis.yml
2014-06-23 12:57:46 +09:00

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 !