We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92709ef commit 21de4a1Copy full SHA for 21de4a1
.ci/travis-install.sh
@@ -4,7 +4,7 @@ set -e -x
4
5
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
6
# https://github.com/travis-ci/travis-ci/issues/6307#issuecomment-233315824
7
- rvm get stable
+ rvm get head
8
9
git clone --depth 1 https://github.com/yyuu/pyenv.git ~/.pyenv
10
PYENV_ROOT="$HOME/.pyenv"
0 commit comments