mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-07 23:18:43 +00:00
Merge pull request #1847 from ThomasWaldmann/travis-osx
travis: allow OS X failures until the brew cask osxfuse issue is fixed
This commit is contained in:
commit
cda88e1207
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ matrix:
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode6.4
|
osx_image: xcode6.4
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
|
allow_failures:
|
||||||
|
- os: osx
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- ./.travis/install.sh
|
- ./.travis/install.sh
|
||||||
|
|
Loading…
Reference in a new issue