Use travis_retry to reduce the nuget timeout errors.

This commit is contained in:
Paul Chote
2014-12-28 18:49:08 +13:00
parent a549e1b418
commit 07ebb017b9

View File

@@ -6,7 +6,7 @@ language: csharp
# Run the build script
# call RALint to check for YAML errors
script:
- make cli-dependencies
- travis_retry make cli-dependencies
- make all
- make test
- make check