aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ccdbd54c4..2c2004b3a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,7 @@ before_script:
19 19
20script: 20script:
21- npm run lint 21- npm run lint
22- npm run build 22- travis_wait 30 npm run build
23- travis_wait node_modules/.bin/electron-builder --publish onTag
24 23
25cache: npm 24cache: npm
26 25