diff options
author | erw7 <erw7.github@gmail.com> | 2020-07-25 05:37:47 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 22:37:47 +0200 |
commit | 6c6cee644dc4f26a9ac311984a5f581f76390649 (patch) | |
tree | 75f89240be577e294364fc87016e09bd507385ec | |
parent | 326b87feb6179d1b36375844eab493e0bb4dbf7f (diff) | |
download | rneovim-6c6cee644dc4f26a9ac311984a5f581f76390649.tar.gz rneovim-6c6cee644dc4f26a9ac311984a5f581f76390649.tar.bz2 rneovim-6c6cee644dc4f26a9ac311984a5f581f76390649.zip |
ci: fix build failure in Travis [skip appveyor] (#12678)
-rwxr-xr-x | ci/before_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/before_install.sh b/ci/before_install.sh index 0303936bdd..1cf60edf73 100755 --- a/ci/before_install.sh +++ b/ci/before_install.sh @@ -22,7 +22,7 @@ if [[ "${TRAVIS_OS_NAME}" != osx ]] && command -v pyenv; then echo 'Setting Python versions via pyenv' # Prefer Python 2 over 3 (more conservative). - pyenv global 2.7.15:3.7 + pyenv global 2.7.15:3.7.1 echo 'Updated Python info:' ( |