Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Problem: travis python build on osx is failing
Solution: Don't run it on osx because its not supported by travis
  • Loading branch information
sappo committed Feb 16, 2020
1 parent 6840a44 commit 08f1186
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Expand Up @@ -129,12 +129,10 @@ matrix:
- env: BUILD_TYPE=check_zproto
os: linux
services: docker
- env: BUILD_TYPE=bindings BINDING=python
os: osx
addons:
homebrew:
packages:
- python3
# Python build are currently not supported by travis on macOS.
# See https://docs.travis-ci.com/user/languages/python/
# - env: BUILD_TYPE=bindings BINDING=python
# os: osx
- env: BUILD_TYPE=bindings BINDING=python
os: linux
addons:
Expand Down

0 comments on commit 08f1186

Please sign in to comment.