aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-12 13:58:15 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-12 13:58:15 +0100
commit8398c6a43cae2dc1d11b12bc0b3e66c5f586d06d (patch)
tree868d67dbe5050189417eddec303a680fb4b7e81a /.travis.yml
parentremove unnecessary npm ci (diff)
downloadferdium-app-8398c6a43cae2dc1d11b12bc0b3e66c5f586d06d.tar.gz
ferdium-app-8398c6a43cae2dc1d11b12bc0b3e66c5f586d06d.tar.zst
ferdium-app-8398c6a43cae2dc1d11b12bc0b3e66c5f586d06d.zip
set timeout to 30 minutes
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 b7801349d..34c7f6f1d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,11 +16,12 @@ language: node_js
16 16
17before_script: 17before_script:
18- npm install node-sass -g 18- npm install node-sass -g
19- npm ci
19 20
20script: 21script:
21- npm run lint 22- npm run lint
22- npm run build 23- npm run build
23- travis_wait npx electron-builder --publish onTag 24- travis_wait 30 npx electron-builder --publish onTag
24 25
25cache: npm 26cache: npm
26 27