From 25bbfeab103cf82ab5b85e14d5d9ed77270b1d67 Mon Sep 17 00:00:00 2001 From: SpoinkyNL Date: Sat, 7 Apr 2018 14:52:21 +0200 Subject: [PATCH] I should not just copy-paste things --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index adfc1ef01..1443e85ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: csharp 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 + - 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