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