summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryanss2016-01-05 10:27:06 -0500
committerryanss2016-01-05 10:27:06 -0500
commita521a25e552e2d3ae246d1b40b18c6b93f68f51a (patch)
tree7c5a0ebf48c7195cb9888200a10b0127e399b736
parentb630b35daf2c5029cb2993fbab902ae5eed2697d (diff)
downloadvim-hn-master.tar.gz
Update .travis.yml link to official vim repoHEADmaster
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 4615b18..6c5b1d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,9 +12,7 @@ install:
before_script:
- flake8 ftplugin/hackernews.py
- if [ $PYVERSION = 3 ]; then
- sudo apt-get update;
- sudo apt-get install python3-dev;
- hg clone https://code.google.com/p/vim/;
+ git clone https://github.com/vim/vim.git;
cd vim;
./configure --enable-python3interp;
make;