Testing changes.

This commit is contained in:
Jeremy Pallats/starcraft.man 2015-04-08 07:16:03 -04:00
parent e04f93b162
commit 02710070a1

View File

@ -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