X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a496e2b4898b1a0e271e885827ea1c737ecc3255..6d2cb3c06cd546fd4bee4136679db3a3d5de97fa:/.travis.yml?ds=sidebyside 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