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

Commit 5e73530

Browse files
committed
Let's try without sudo
1 parent 36269ba commit 5e73530

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: true
3+
sudo: false
44
install:
5-
- sudo 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)