Skip to content

Commit b2b6084

Browse files
committed
Require sudo to self-update NuGet
1 parent 5730673 commit b2b6084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: csharp
22
solution: src/GitVersion.sln
3-
sudo: false
3+
sudo: true
44
install:
5-
- nuget update -self
5+
- sudo nuget update -self
66
- nuget restore src/GitVersion.sln
77
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
88
script:

0 commit comments

Comments
 (0)