forked from LBRYCommunity/lbry-sdk
Revert "Remove osx from travis build matrix"
This commit is contained in:
parent
8a338b37b2
commit
a338d1f0e1
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ matrix:
|
||||||
# that comes with the system, so we don't want to use anything that
|
# that comes with the system, so we don't want to use anything that
|
||||||
# travis would try to set-up for us in python
|
# travis would try to set-up for us in python
|
||||||
language: generic
|
language: generic
|
||||||
|
- os: osx
|
||||||
|
# Use generic language for osx
|
||||||
|
# python 2.7 is broken on osx on travis, so follow we have to specify the installation ourselves
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/2312#issuecomment-195620855
|
||||||
|
language: generic
|
||||||
|
osx_image: xcode7.3
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
slack:
|
slack:
|
||||||
|
|
Loading…
Add table
Reference in a new issue