From 02710070a1f8e3ea6fdfd2cbe9ed2c3d7f4ee5ca Mon Sep 17 00:00:00 2001 From: "Jeremy Pallats/starcraft.man" Date: Wed, 8 Apr 2015 07:16:03 -0400 Subject: [PATCH] Testing changes. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 28fe9b1..4eba5e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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