vim-plug/.travis.yml

16 lines
222 B
YAML
Raw Normal View History

language: ruby
rvm:
- 1.8.7
- 2.0.0
2014-06-22 20:57:46 -07:00
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 !