summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-09-25 00:18:30 -0700
committerBob Ippolito <bob@redivi.com>2016-09-25 00:18:30 -0700
commit36a4461263ff904436cfab1f88638fe7162fe176 (patch)
treea09dd43c2ce6776ff13ccca5bb015278d4b41d5d
parent4b1dab370f8a32aaa3f9140c38645093d3287b82 (diff)
downloadsimplejson-36a4461263ff904436cfab1f88638fe7162fe176.tar.gz
See if we can get those OS X builds working
-rwxr-xr-x.travis/install.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 2835f82..b0031fe 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -6,6 +6,8 @@ set -x
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
if [ ! -e "$HOME/.pyenv" ]; then
git clone https://github.com/yyuu/pyenv.git ~/.pyenv
+ else
+ (cd ~/.pyenv; git pull)
fi
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"