.travis.yml 317 B

1234567891011121314151617
  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. git config --global user.email "you@example.com"
  13. git config --global user.name "Your Name"
  14. script: |
  15. test/run !