We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 324f8dd commit ff3fca4Copy full SHA for ff3fca4
1 file changed
.travis.yml
@@ -17,6 +17,10 @@ env:
17
global:
18
- MONO_OPTIONS=--debug
19
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
+
24
before_install:
25
- date -u
26
- uname -a
0 commit comments