aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-12 14:53:33 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-12 14:53:33 +0100
commite84e12864ce033fd7017457fdd5ab34187a6e490 (patch)
treeb593ac961552105913dd66c3be13f3d000089630
parenttry travis_wait differently (diff)
downloadferdium-app-e84e12864ce033fd7017457fdd5ab34187a6e490.tar.gz
ferdium-app-e84e12864ce033fd7017457fdd5ab34187a6e490.tar.zst
ferdium-app-e84e12864ce033fd7017457fdd5ab34187a6e490.zip
travis_wait test
-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