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