test mac build, do not merge (#1659)

* Update .travis.yml to use xcode 6.4 for mac build
This commit is contained in:
Thomas Zarebczan 2018-11-26 14:13:45 -05:00 committed by Lex Berezhny
parent e74c78b607
commit 221107e76e

View file

@ -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