aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--.travis.yml6
-rw-r--r--appveyor.yml2
2 files changed, 4 insertions, 4 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:
diff --git a/appveyor.yml b/appveyor.yml
index 2499b324b..ecf12899c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,7 +16,7 @@ before_build:
16 - cmd: set NODE_ENV=production 16 - cmd: set NODE_ENV=production
17 17
18build_script: 18build_script:
19 - npm run build 19 - appveyor-retry npm run build
20 20
21branches: 21branches:
22 except: 22 except: