X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a496e2b4898b1a0e271e885827ea1c737ecc3255..8f67b23f0993155097f87b3f9a7866029ccb72cf:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 2489e21..310e503 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,11 +25,10 @@ before_script: | cd "$TRAVIS_BUILD_DIR" fi if [ "$TRAVIS_OS_NAME" = "osx" ]; then - easy_install pip - pip install virtualenv - else - sudo -H pip install virtualenv + curl https://bootstrap.pypa.io/get-pip.py | sudo python + sudo -H easy_install pip fi + sudo -H pip install virtualenv script: - make test