fix : install a dep for snaps (#1617)

* fix : install the missing package

Fix for the failing builds on Travis due to EONENT spawn error.

* fix : update the name to the correct package

* Revert "Remove `snap` target"

This reverts commit a8ce50508a.

* fix : add a ppa and install snapcraft

* fix : auto continue ppa adding

* update : install snapcraft only on linux
This commit is contained in:
Stefan Ivic 2017-03-19 00:08:32 +01:00 committed by Guillermo Rauch
parent b725969a39
commit 7066e174dc
2 changed files with 4 additions and 1 deletions

View file

@ -76,7 +76,8 @@
"target": [
"deb",
"AppImage",
"rpm"
"rpm",
"snap"
]
},
"win": {