From 07ebb017b99766727d3c47768603e79ad06d9f46 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 28 Dec 2014 18:49:08 +1300 Subject: [PATCH] Use travis_retry to reduce the nuget timeout errors. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 559bc7c395..bc128c9c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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