Skip to content

Commit d1ded63

Browse files
committed
Get latest NuGet for Travis build
1 parent 79883d2 commit d1ded63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ env:
1717
global:
1818
- MONO_OPTIONS=--debug
1919

20+
install:
21+
- curl -L -o nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
22+
- mono nuget.exe restore LibGit2Sharp.sln
23+
2024
before_install:
2125
- date -u
2226
- uname -a

0 commit comments

Comments
 (0)