summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryanss2015-06-28 22:33:17 -0400
committerryanss2015-06-28 22:33:17 -0400
commit93355134887f3a3926464c1deb6ca56f9bd95698 (patch)
tree1512d4c5fcce5bae47ea856246f0ce42d26da9d0
parent3d0c42d0112fcc2026ab4f805b93b4d8b0405718 (diff)
downloadvim-hn-93355134887f3a3926464c1deb6ca56f9bd95698.tar.gz
Fix apt-get errors during Travis Python3 build
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ad066f5..4615b18 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +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/;
cd vim;