Skip to content

Commit

Permalink
disable mac builds on travis, at least for now
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Dec 2, 2016
1 parent 83d2790 commit 0360a53
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,37 +46,6 @@ matrix:
# fails.
- python: 2.7
env: TOXENV=txchecker-travis
#
# OSX 10.10
#
- language: generic
os: osx
# 7.1 is OS X 10.10.x
# see: https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
osx_image: xcode7.1
python: 2.7
env: TOXENV=py27-alldeps-withcov-macos1010,codecov-publish
#
# OSX 10.11
#
- language: generic
os: osx
# 8 is OS X 10.11.x
# see: https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
osx_image: xcode8
env: TOXENV=py35-alldeps-withcov-macos,codecov-publish
- language: generic
os: osx
osx_image: xcode8
# Test cfreactor explicitly
env:
- TOXENV=py35-alldeps-withcov-macos,codecov-publish
- TWISTED_REACTOR=cf


allow_failures:
- osx_image: xcode7.1
- osx_image: xcode8


addons:
Expand Down

0 comments on commit 0360a53

Please sign in to comment.