.travis.yml 196 B

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