Travis: Try install twice

This commit is contained in:
Wilson Snyder 2020-08-30 17:34:25 -04:00
parent ba5779c69e
commit dc1ad16b03

View File

@ -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