From 40575e309d8197f0739aa6ce8d1aa6c00d98752f Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Wed, 11 Apr 2018 09:31:39 +0100 Subject: [PATCH] Make travis use a newer NuGet version. Their version does not detect dependencies on new format. --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a82e51d3..89a8c2a99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,8 @@ notifications: template: - "Commit %{commit} by %{author} in %{branch} %{result} after %{duration}." - "Commit changes: %{commit_subject}" - - "Details on %{build_url}, changes on %{compare_url}" \ No newline at end of file + - "Details on %{build_url}, changes on %{compare_url}" +before_install: + - mkdir -p .nuget + - wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe + - mono .nuget/nuget.exe