From 76b3efbd08cbfa78cffc918143267cb187111b6a Mon Sep 17 00:00:00 2001 From: Maximilian Federle Date: Mon, 27 Apr 2020 20:25:28 +0200 Subject: [PATCH] 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 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 26d94da..1c90474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: c git: submodules: false jobs: + allow_failures: + - stage: deploy + name: Snap arm64 include: - stage: test name: "Debian"