summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-09-04 09:35:55 -0700
committerGitHub <noreply@github.com>2018-09-04 09:35:55 -0700
commit734ecc2452d7a749b60de48890bd2282088432e9 (patch)
tree03c9da28fa927448b7f9f832e687f9133c8b79a2
parentcd63aad915c92052d25abcb509f07a06df56c080 (diff)
downloadsimplejson-734ecc2452d7a749b60de48890bd2282088432e9.tar.gz
Change pyenv clone URL
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
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