From f5481496d63d265a2b9caac0db2991e87762aad2 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 10 Sep 2018 12:22:20 +0200 Subject: [PATCH] travis: Automatically retry install steps There occasionally are network issues when fetching from Ubuntu/PPA repos. Let's see if this is a possible fix. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a17f242d1c..9ee06f2b37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,8 @@ compiler: - clang before_install: - - ./scripts/test.sh deps - - ./scripts/test.sh pydeps + - travis_retry ./scripts/test.sh deps + - travis_retry ./scripts/test.sh pydeps before_script: - sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0 || true -- 2.47.2