mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-22 16:40:57 +01:00
Travis: allow failure for osx
This commit is contained in:
parent
48c47eede4
commit
81f974125c
|
|
@ -33,6 +33,8 @@ jobs:
|
|||
- qt
|
||||
script: "/bin/bash -ex .travis/build-mac.bash"
|
||||
cache: ccache
|
||||
allow_failures:
|
||||
- os: osx
|
||||
|
||||
git:
|
||||
depth: false # Unshallow clone to obtain proper GIT_VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue