diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-12 00:44:16 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-12 01:29:11 -0800 |
commit | bc879dd1f163b8eac3955baee5ed5792d906e98c (patch) | |
tree | c0b1aa496287cda3cca6a37fb68fa50738614ee5 | |
parent | 914555b14c073e03396beaa05f2a1dc3af3b4a33 (diff) | |
download | rneovim-bc879dd1f163b8eac3955baee5ed5792d906e98c.tar.gz rneovim-bc879dd1f163b8eac3955baee5ed5792d906e98c.tar.bz2 rneovim-bc879dd1f163b8eac3955baee5ed5792d906e98c.zip |
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
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 2 |
2 files changed, 7 insertions, 1 deletions
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: |