aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 77c3569b8..51892e504 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,7 +46,7 @@ matrix:
46 - env: TEST_SUITE=lint 46 - env: TEST_SUITE=lint
47 47
48script: 48script:
49 - npm run travis -- "$TEST_SUITE" 49 - travis_retry npm run travis -- "$TEST_SUITE"
50 50
51after_failure: 51after_failure:
52 - cat test1/logs/all-logs.log 52 - cat test1/logs/all-logs.log