diff --git a/.travis.yml b/.travis.yml index 82c5a3113..6dcfe918a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,10 +96,12 @@ jobs: - <<: *build name: "Mac" os: osx - osx_image: xcode9.4 + osx_image: xcode6.4 language: generic env: OS=mac install: + - brew update + - brew install python3 - pip3 install pyinstaller - git clone https://github.com/lbryio/torba.git --depth 1 - sed -i -e "s/'plyvel',//" torba/setup.py