Skip to content

Commit

Permalink
snap: disable job until we are approved
Browse files Browse the repository at this point in the history
We are waiting for snapcraft.io to review/approve us for "classic" mode.
reverts 1f684cf
ref neovim#11482
  • Loading branch information
justinmk committed Nov 30, 2019
1 parent f700170 commit 4984974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
env:
- CLANG_SANITIZER=TSAN
- *common-job-env
- if: type != pull_request
- if: false
name: snap
os: linux
env:
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4984974

Please sign in to comment.