.travis.yml 222 B

123456789101112131415
  1. language: ruby
  2. rvm:
  3. - 1.8.7
  4. - 2.0.0
  5. before_script: |
  6. hg clone https://code.google.com/p/vim/
  7. cd vim
  8. ./configure --with-features=huge --enable-rubyinterp
  9. make
  10. sudo make install
  11. cd -
  12. script: |
  13. test/run !