Use travis_retry to reduce the nuget timeout errors.
This commit is contained in:
@@ -6,7 +6,7 @@ language: csharp
|
|||||||
# Run the build script
|
# Run the build script
|
||||||
# call RALint to check for YAML errors
|
# call RALint to check for YAML errors
|
||||||
script:
|
script:
|
||||||
- make cli-dependencies
|
- travis_retry make cli-dependencies
|
||||||
- make all
|
- make all
|
||||||
- make test
|
- make test
|
||||||
- make check
|
- make check
|
||||||
|
|||||||
Reference in New Issue
Block a user