test mac build, do not merge (#1659)
* Update .travis.yml to use xcode 6.4 for mac build
This commit is contained in:
parent
e74c78b607
commit
221107e76e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue