Skip to content

Commit 370047c

Browse files
committed
Let's try to sudo nuget restore, then.
1 parent 6e97547 commit 370047c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ solution: src/GitVersion.sln
33
sudo: true
44
install:
55
- sudo nuget update -self
6-
- sudo -k
7-
- nuget restore src/GitVersion.sln
6+
- sudo nuget restore src/GitVersion.sln
87
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
98
script:
109
- xbuild "./src/GitVersion.sln" /property:Configuration="Debug" /verbosity:detailed

0 commit comments

Comments
 (0)