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
pull/480/merge
Maximilian Federle 2020-04-27 20:25:28 +02:00 committed by whitequark
parent 35448298bc
commit 76b3efbd08
1 changed files with 3 additions and 0 deletions

View File

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