aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-01-29 12:41:12 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-01-29 12:41:12 +0100
commit8058d80a46e6f4fecbcbd5acd7c6478d326bfe59 (patch)
tree9bfce2b1ee444b5c28fdd9b9b18caa06116e9041
parentMerge pull request #327 from getferdi/l10n_develop (diff)
downloadferdium-app-8058d80a46e6f4fecbcbd5acd7c6478d326bfe59.tar.gz
ferdium-app-8058d80a46e6f4fecbcbd5acd7c6478d326bfe59.tar.zst
ferdium-app-8058d80a46e6f4fecbcbd5acd7c6478d326bfe59.zip
Extend travis build time
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 235953fad..81d250c3c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ before_script:
26 - npx lerna bootstrap 26 - npx lerna bootstrap
27 - npm install node-sass -g 27 - npm install node-sass -g
28script: 28script:
29 - travis_wait 30 npm run build 29 - travis_wait 100 npm run build
30cache: npm 30cache: npm
31 31
32branches: 32branches: