1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2026-01-01 18:23:32 +00:00

Fixed Travis Nuget sources

This commit is contained in:
SpoinkyNL 2018-04-07 14:46:23 +02:00
parent 8ad0d47e3e
commit c379027f2e

View File

@ -1,2 +1,4 @@
language: csharp language: csharp
solution: ./src/Artemis.sln 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