diff --git a/.travis.yml b/.travis.yml index 1443e85ac..8c2e8d838 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: csharp solution: ./src/Artemis.sln install: - - nuget restore -source "https://api.nuget.org/v3/index.json;https://www.myget.org/F/rgb_net/api/v3/index.json" ./src/Artemis.sln \ No newline at end of file + - travis_retry nuget restore -source "https://api.nuget.org/v3/index.json;https://www.myget.org/F/rgb_net/api/v3/index.json" ./src/Artemis.sln \ No newline at end of file