Fix macOS on Travis

This commit is contained in:
Yury Selivanov 2017-11-29 10:14:37 -05:00
parent 345c86e455
commit e2d68162b3
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
set -e -x
if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
# https://github.com/travis-ci/travis-ci/issues/6307#issuecomment-233315824
rvm get head
git clone --depth 1 https://github.com/yyuu/pyenv.git ~/.pyenv
PYENV_ROOT="$HOME/.pyenv"
PATH="$PYENV_ROOT/bin:$PATH"