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.
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user