Allow builds on OSX to fail without affecting the overall build

debian-packaging
nirenjan 2020-05-19 14:20:18 -07:00
parent 1b6736c0f8
commit 254bf6baaa
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ jobs:
- os: linux
dist: bionic
compiler: clang
allow_failures:
- os: osx
# Install dependencies
addons: