From a2aa889ea55ad66ddf7e6c61929fb6aa3bdfa4af Mon Sep 17 00:00:00 2001 From: Agampreet Singh <68941022+agam778@users.noreply.github.com> Date: Sat, 9 Oct 2021 14:17:43 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b058159..17d82cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ script: electronuserland/builder:wine \ /bin/bash -c "yarn --link-duplicates --pure-lockfile && yarn dist --linux --win --publish always" else - npm run dist --publish always + npm run dist fi before_cache: - rm -rf $HOME/.cache/electron-builder/wine