Merge pull request #208 from starcraftman/travis_changes

Download Vim source from GitHub
This commit is contained in:
Junegunn Choi 2015-04-08 20:56:44 +09:00
commit 481a400ba4

View file

@ -11,7 +11,7 @@ before_script: |
sudo apt-get install -y vim-nox sudo apt-get install -y vim-nox
sudo ln -s /usr/bin/vim /usr/local/bin/vim sudo ln -s /usr/bin/vim /usr/local/bin/vim
else else
hg clone https://code.google.com/p/vim/ git clone --depth 1 https://github.com/vim/vim
cd vim cd vim
if [ $(ruby -e 'puts RUBY_VERSION') = 1.9.3 ]; then if [ $(ruby -e 'puts RUBY_VERSION') = 1.9.3 ]; then
sudo apt-get update -y sudo apt-get update -y