mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
8da7b50fb2
As discussed in junegunn/vim-plug#31
16 lines
222 B
YAML
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 !
|