diff --git a/.travis.yml b/.travis.yml index de932ac0..9d70f7e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ addons: - snapd before_install: + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo snap install snapcraft --classic; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi cache: yarn diff --git a/package.json b/package.json index 97eed8de..745b1eb3 100644 --- a/package.json +++ b/package.json @@ -147,6 +147,10 @@ { "target": "rpm", "arch": ["x64"] + }, + { + "target": "snap", + "arch": ["x64"] } ] },