From df797cdc2c039c1e195d491b97b81a1bfc17e816 Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Tue, 4 Jun 2019 20:13:18 +0100 Subject: [PATCH] Fix Travis release Change-type: patch Signed-off-by: Paulo Castro --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc306149..183aff5b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,16 +8,13 @@ script: - node --version - npm --version - npm run ci + - npm run build:standalone + - npm run build:installer notifications: email: false deploy: - provider: script - script: - - node --version - - npm --version - - npm run build:standalone - - npm run build:installer - - npm run release + script: npm run release skip_cleanup: true on: tags: true