Skip to content

Commit 991aaca

Browse files
committed
Added comment regarding the odd nuget.exe download
1 parent 6ad0eac commit 991aaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: csharp
22
solution: src/GitVersion.sln
33
sudo: false
4-
before_install:
4+
before_install: # We need to download nuget.exe due to: https://github.com/travis-ci/travis-ci/issues/5932
55
- mkdir -p .nuget
66
- wget -O .nuget/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
77
- mono .nuget/nuget.exe

0 commit comments

Comments
 (0)