Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 15624a0

Browse files
committed
Let's try without sudo
1 parent d03d64b commit 15624a0

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.Testing.sln
3-
sudo: true
3+
sudo: false
44
install:
5-
- sudo nuget update -self
5+
# - sudo nuget update -self
66
- nuget restore src/GitTools.Testing.sln
77
- nuget install xunit.runner.console -Version 2.1.0 -OutputDirectory ./src/packages
88
script:

0 commit comments

Comments
 (0)