From dc1ad16b03b75ff2c6cc626e08f5b1f8f2225787 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 30 Aug 2020 17:34:25 -0400 Subject: [PATCH] Travis: Try install twice --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a06929f60..4eef5d994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,8 +35,9 @@ before_install: - clang++ -E -dM -c -x c++ /dev/null | sort # Install all dependencies +# We run twice to attempt on failure to recover from temp network problems install: - - ./ci/travis-install.bash + - ./ci/travis-install.bash || ./ci/travis-install.bash before_script: # ccache maintenance