forked from github/verilator
Travis: Try install twice
This commit is contained in:
parent
ba5779c69e
commit
dc1ad16b03
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user