diff options
-rwxr-xr-x | .travis/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 3ff723da..8e791b37 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -10,7 +10,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then brew outdated openssl || brew upgrade openssl fi - if which pyenv > /dev/null; then + if which -s pyenv; then eval "$(pyenv init -)" fi |