From c379027f2e05b6ee5621c7704de901b9be87c2e0 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Sat, 7 Apr 2018 14:46:23 +0200 Subject: [PATCH] Fixed Travis Nuget sources --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d1191851d..adfc1ef01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,4 @@ language: csharp -solution: ./src/Artemis.sln \ No newline at end of file +solution: ./src/Artemis.sln +install: +- travis_retry nuget restore -source "https://api.nuget.org/v3/index.json;https://www.myget.org/F/rgb_net/api/v3/index.json" ./Fibonacci/Fibonacci.sln \ No newline at end of file