Skip to content

Commit 5c16c08

Browse files
committed
Let's try without sudo again.
1 parent c2794d0 commit 5c16c08

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: csharp
22
solution: src/GitVersion.sln
3-
sudo: true
3+
sudo: false
44
install:
5-
- nuget help
6-
- sudo nuget update -self
5+
- nuget ?
76
- nuget restore src/GitVersion.sln
87
- nuget install NUnit.Runners -Version 3.2.1 -OutputDirectory ./src/packages
98
script:

0 commit comments

Comments
 (0)