Skip to content

Commit 6e97547

Browse files
committed
Kill sudo after updating nuget
1 parent d9b1cfb commit 6e97547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ solution: src/GitVersion.sln
33
sudo: true
44
install:
55
- sudo nuget update -self
6+
- sudo -k
67
- nuget restore src/GitVersion.sln
78
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
89
script:

0 commit comments

Comments
 (0)