aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-25 18:15:51 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-25 18:15:51 +0100
commitc093f7d32e3fc2c6cffe55fd1460473d8812a4eb (patch)
tree99b9c32ac8f450d76228a03402846e6e0873f3d9 /.travis.yml
parentImprove user onboarding (#493) (diff)
downloadferdium-app-c093f7d32e3fc2c6cffe55fd1460473d8812a4eb.tar.gz
ferdium-app-c093f7d32e3fc2c6cffe55fd1460473d8812a4eb.tar.zst
ferdium-app-c093f7d32e3fc2c6cffe55fd1460473d8812a4eb.zip
Add retry commands to flaky build steps
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 81d250c3c..29bdd5ba8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,10 +23,10 @@ before_install:
23install: 23install:
24 - echo do nothing 24 - echo do nothing
25before_script: 25before_script:
26 - npx lerna bootstrap 26 - travis_retry npx lerna bootstrap
27 - npm install node-sass -g 27 - travis_retry npm install node-sass -g
28script: 28script:
29 - travis_wait 100 npm run build 29 - travis_retry travis_wait 100 npm run build
30cache: npm 30cache: npm
31 31
32branches: 32branches: