aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-24 17:12:45 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-24 17:12:45 +0200
commitd13cb0937953a74eaa6e9aadaa506af2a694d055 (patch)
tree00c7646dbf65b3a9c1ecc56e6149a91bd9996fee
parentMerge branch 'develop' (diff)
downloadferdium-app-d13cb0937953a74eaa6e9aadaa506af2a694d055.tar.gz
ferdium-app-d13cb0937953a74eaa6e9aadaa506af2a694d055.tar.zst
ferdium-app-d13cb0937953a74eaa6e9aadaa506af2a694d055.zip
Fix travis build
Electron 6 has longer build times than Electron 4 - Travis would otherwise terminate
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ff015b92c..ebc96d2cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@ language: node_js
16install: 16install:
17 - echo do nothing 17 - echo do nothing
18before_script: 18before_script:
19 - npx lerna bootstrap 19 - travis_wait 60 npx lerna bootstrap
20 - npm install node-sass -g 20 - npm install node-sass -g
21script: 21script:
22 - npm run test 22 - npm run test