vim-plug/.travis.yml
2014-08-04 16:31:05 +09:00

16 lines
222 B
YAML

language: ruby
rvm:
- 1.8.7
- 2.0.0
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 !