diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-11-30 14:36:56 -0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-11-30 15:18:48 -0800 |
commit | 49849745f171bf512e722172225ecf4d201ace25 (patch) | |
tree | 6b7837807692b11f912db6b0ce1481d6087f2c7e | |
parent | f700170197819209e70369af7108ace83216b0ea (diff) | |
download | rneovim-49849745f171bf512e722172225ecf4d201ace25.tar.gz rneovim-49849745f171bf512e722172225ecf4d201ace25.tar.bz2 rneovim-49849745f171bf512e722172225ecf4d201ace25.zip |
snap: disable job until we are approved
We are waiting for snapcraft.io to review/approve us for "classic" mode.
reverts 1f684cf80a0026848f5d64794dfca05654a9f66a
ref #11482
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | snap/snapcraft.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e4ced8ceb5..26e129a5e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,7 +158,7 @@ jobs: env: - CLANG_SANITIZER=TSAN - *common-job-env - - if: type != pull_request + - if: false name: snap os: linux env: diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 218fdcf649..da3e74d3e7 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: devmode +confinement: classic apps: nvim: |