vim-plug/.travis.yml

18 lines
317 B
YAML
Raw Normal View History

language: ruby
rvm:
- 1.8.7
- 2.0.0
2014-06-23 05:57:46 +02:00
before_script: |
hg clone https://code.google.com/p/vim/
cd vim
./configure --with-features=huge --enable-rubyinterp
make
sudo make install
cd -
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
2014-06-23 05:57:46 +02:00
script: |
test/run !