From 21de4a16a944783269f52588475bb914f86fe6d9 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Wed, 1 Feb 2017 18:46:43 -0500 Subject: [PATCH] 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 --- .ci/travis-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/travis-install.sh b/.ci/travis-install.sh index 8f04333..4385ba1 100755 --- a/.ci/travis-install.sh +++ b/.ci/travis-install.sh @@ -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"