mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +00:00
Travis: allow failure for osx
This commit is contained in:
parent
48c47eede4
commit
81f974125c
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ jobs:
|
||||||
- qt
|
- qt
|
||||||
script: "/bin/bash -ex .travis/build-mac.bash"
|
script: "/bin/bash -ex .travis/build-mac.bash"
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
allow_failures:
|
||||||
|
- os: osx
|
||||||
|
|
||||||
git:
|
git:
|
||||||
depth: false # Unshallow clone to obtain proper GIT_VERSION
|
depth: false # Unshallow clone to obtain proper GIT_VERSION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue