Travis: allow Snap arm64 to fail
arm64 builds on Travis are not yet fully mature and this causes a high failure rate that is not caused by our code. Continue building and deploying arm64 to the edge channel, but don't consider the result for the success of the whole build job. Alleviates #587
This commit is contained in:
parent
35448298bc
commit
76b3efbd08
@ -2,6 +2,9 @@ language: c
|
|||||||
git:
|
git:
|
||||||
submodules: false
|
submodules: false
|
||||||
jobs:
|
jobs:
|
||||||
|
allow_failures:
|
||||||
|
- stage: deploy
|
||||||
|
name: Snap arm64
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
name: "Debian"
|
name: "Debian"
|
||||||
|
Loading…
Reference in New Issue
Block a user