Skip to content

Commit 21de4a1

Browse files
committed
ci: Update to latest RVM in an attempt to fix Travis builds on macOS
[1] travis-ci/travis-ci#6307 (comment)
1 parent 92709ef commit 21de4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/travis-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e -x
44

55
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
66
# https://github.com/travis-ci/travis-ci/issues/6307#issuecomment-233315824
7-
rvm get stable
7+
rvm get head
88

99
git clone --depth 1 https://github.com/yyuu/pyenv.git ~/.pyenv
1010
PYENV_ROOT="$HOME/.pyenv"

0 commit comments

Comments
 (0)