Skip to content

Commit

Permalink
chore: publish snap to snap store (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Sep 30, 2019
1 parent 78fb534 commit c9df0e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ before_script:
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt update
sudo apt install -y rpm
sudo snap install snapcraft --classic
sudo snap install snapcraft --classic
echo $SNAP_TOKEN | snapcraft login --with -
fi
script:
Expand Down
2 changes: 0 additions & 2 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ snap:
- network
- network-bind
- removable-media
publish:
- github

publish:
- github
Expand Down

0 comments on commit c9df0e6

Please sign in to comment.