Permit linux/clang/qt5 build to fail
This commit is contained in:
parent
7e92b4e7df
commit
8c7aa41721
1 changed files with 6 additions and 0 deletions
|
@ -18,3 +18,9 @@ notifications:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
on_start: false
|
on_start: false
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
allow_failures:
|
||||||
|
- compiler: clang
|
||||||
|
os: linux
|
||||||
|
env: QT4=0
|
||||||
|
|
Loading…
Reference in a new issue