aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c2cfbf825..ccdbd54c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ before_script:
20script: 20script:
21- npm run lint 21- npm run lint
22- npm run build 22- npm run build
23- travis_wait 30 npx electron-builder --publish onTag 23- travis_wait node_modules/.bin/electron-builder --publish onTag
24 24
25cache: npm 25cache: npm
26 26