From 09d87993e26a26b6cba40074b578d8ffa4da7fea Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 17 Sep 2018 14:52:11 -0300 Subject: [PATCH] Travis test --- .travis.yml | 8 +------- package.json | 4 ---- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0d4ef144..13662b31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ script: -v ~/.cache/electron:/root/.cache/electron \ -v ~/.cache/electron-builder:/root/.cache/electron-builder \ electronuserland/builder \ - /bin/bash -c "apt-get install --no-install-recommends -y gcc-multilib g++-multilib && npm i && npm run build:linux" + /bin/bash -c "npm i && npm run build:linux" else npm run build:osx fi @@ -68,9 +68,3 @@ deploy: repo: saenzramiro/rambox tags: true all_branches: true -notifications: - email: - recipients: - - rambox@protonmail.com - on_success: always - on_failure: always diff --git a/package.json b/package.json index dc14628e..bc59e1dc 100644 --- a/package.json +++ b/package.json @@ -86,10 +86,6 @@ "tar.gz" ] }, - "snap": { - "confinement": "strict", - "grade": "stable" - }, "directories": { "buildResources": "resources/installer/", "output": "dist/",