diff --git a/.travis.yml b/.travis.yml index 0ae711f..815884d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: csharp solution: FredBotNETCore.sln install: - - mono nuget.exe restore -s https://www.myget.org/F/discord-net/api/v3/index.json + - curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe + - ls + - mono nuget.exe restore FredBotNETCore.sln -Verbosity Detailed -NonInteractive -ConfigFile nuget.config diff --git a/nuget.config b/nuget.config new file mode 100644 index 0000000..87d5868 --- /dev/null +++ b/nuget.config @@ -0,0 +1,10 @@ + + + + + + + + + +