mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 01:06:50 +00:00
Allow osx builds to fail (#4955)
universally mark all osx builds as allowed failures since a while, travis-ci is way too slow on their OS X machines, so they kill our tests after 50 minutes...
This commit is contained in:
parent
4f516f87e0
commit
f7dc1a430b
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ cache:
|
|||
- $HOME/.cache/pip
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- python: 3.5
|
||||
os: linux
|
||||
|
@ -42,6 +43,8 @@ matrix:
|
|||
os: osx
|
||||
osx_image: xcode8.3
|
||||
env: TOXENV=py37
|
||||
allow_failures:
|
||||
- os: osx
|
||||
|
||||
before_install:
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue