Travis: allow failure for osx

This commit is contained in:
Nekotekina 2020-02-20 13:13:48 +03:00
commit 81f974125c

View file

@ -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