Merge pull request #208 from starcraftman/travis_changes
Download Vim source from GitHub
This commit is contained in:
commit
481a400ba4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ before_script: |
|
|||
sudo apt-get install -y vim-nox
|
||||
sudo ln -s /usr/bin/vim /usr/local/bin/vim
|
||||
else
|
||||
hg clone https://code.google.com/p/vim/
|
||||
git clone --depth 1 https://github.com/vim/vim
|
||||
cd vim
|
||||
if [ $(ruby -e 'puts RUBY_VERSION') = 1.9.3 ]; then
|
||||
sudo apt-get update -y
|
||||
|
|
Loading…
Reference in a new issue