From bc879dd1f163b8eac3955baee5ed5792d906e98c Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 12 Dec 2019 00:44:16 -0800 Subject: [PATCH] snap: allow job failure This thing still fails with "need manual review" error. Try devmode (again)--since we got approved once, maybe it works now? ref 49849745f171 ref d9ab83d057e1 ref #11482 --- .travis.yml | 6 ++++++ snap/snapcraft.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4ced8ceb5..0417b67a5f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -188,6 +188,12 @@ jobs: script: ci/snap/deploy.sh on: branch: master + allow_failures: + - env: + - LC_ALL: C.UTF-8 + - LANG: C.UTF-8 + - SNAPCRAFT_ENABLE_SILENT_REPORT: y + - SNAPCRAFT_ENABLE_DEVELOPER_DEBUG: y fast_finish: true before_install: ci/before_install.sh diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index da3e74d3e7..218fdcf649 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,7 +12,7 @@ description: | For lots more details, see the wiki! grade: stable # must be 'stable' to release into candidate/stable channels -confinement: classic +confinement: devmode apps: nvim: