2014-08-04 09:27:06 +02:00
|
|
|
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 -
|
2015-01-08 15:21:32 +01:00
|
|
|
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 !
|