Skip to content

Commit

Permalink
[travis-ci] Build Vim from source
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Aug 21, 2014
1 parent 75a9b08 commit 363e8c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ language: vim

before_script: |
git clone https://github.com/junegunn/vader.vim.git
hg clone https://code.google.com/p/vim/
cd vim
./configure --with-features=huge
make
sudo make install
cd -
script: |
vim -Nu <(cat << VIMRC
Expand Down

0 comments on commit 363e8c3

Please sign in to comment.