Skip to content

Commit a521a25

Browse files
author
ryanss
committed
Update .travis.yml link to official vim repo
1 parent b630b35 commit a521a25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ install:
1212
before_script:
1313
- flake8 ftplugin/hackernews.py
1414
- if [ $PYVERSION = 3 ]; then
15-
sudo apt-get update;
16-
sudo apt-get install python3-dev;
17-
hg clone https://code.google.com/p/vim/;
15+
git clone https://github.com/vim/vim.git;
1816
cd vim;
1917
./configure --enable-python3interp;
2018
make;

0 commit comments

Comments
 (0)