summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-01-10 14:10:27 -0800
committerBob Ippolito <bob@redivi.com>2018-01-10 14:10:27 -0800
commitf862db98532d78a83b6c45a68572d7a37ee59ec3 (patch)
tree9f69267349d43e1aca6b28ce76d76cac081173fa
parent6252bc30158828410c30d9831d6f8cd5aa269f08 (diff)
downloadxattr-f862db98532d78a83b6c45a68572d7a37ee59ec3.tar.gz
Force pyenv update
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index a90c451..d5d1f02 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -12,6 +12,7 @@ if [[ -n "$PYENV_VERSION" ]]; then
fi
PYENV_ROOT="$HOME/.pyenv-xattr"
PATH="$PYENV_ROOT/bin:$PATH"
+ (cd "$PYENV_ROOT" && git fetch origin && git reset --hard origin/master)
hash -r
eval "$(pyenv init -)"
hash -r