From: codybuell Date: Wed, 6 Jun 2018 11:27:34 +0000 (-0400) Subject: Merge branch 'master' of github.com:codybuell/vim-markdown X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/8f88674b604f5f743e420119633dc1e294eec1af?hp=30e0b6ad91d883a84f0cc40710fdc937ee747d5b Merge branch 'master' of github.com:codybuell/vim-markdown --- diff --git a/.travis.yml b/.travis.yml index 90cc371b..310e5034 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,7 @@ before_script: | cd "$TRAVIS_BUILD_DIR" fi if [ "$TRAVIS_OS_NAME" = "osx" ]; then + curl https://bootstrap.pypa.io/get-pip.py | sudo python sudo -H easy_install pip fi sudo -H pip install virtualenv