From 734ecc2452d7a749b60de48890bd2282088432e9 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Tue, 4 Sep 2018 09:35:55 -0700 Subject: Change pyenv clone URL --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index cf056c9..36d2579 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -8,7 +8,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then if [ -e "$HOME/.pyenv-simplejson" ]; then rm -rf ~/.pyenv-simplejson fi - git clone https://github.com/yyuu/pyenv.git ~/.pyenv-simplejson + git clone https://github.com/pyenv/pyenv.git ~/.pyenv-simplejson else (cd ~/.pyenv-simplejson; git pull) fi -- cgit v1.2.1