ci: Update to latest RVM in an attempt to fix Travis builds on macOS

[1] https://github.com/travis-ci/travis-ci/issues/6307#issuecomment-233315824
This commit is contained in:
Elvis Pranskevichus 2017-02-01 18:46:43 -05:00
parent 92709efa11
commit 21de4a16a9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e -x
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
# https://github.com/travis-ci/travis-ci/issues/6307#issuecomment-233315824
rvm get stable
rvm get head
git clone --depth 1 https://github.com/yyuu/pyenv.git ~/.pyenv
PYENV_ROOT="$HOME/.pyenv"