Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit c626d34

Browse files
committed
Require sudo to self-update NuGet
1 parent d32338b commit c626d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)