Skip to content

Commit b1dfda7

Browse files
committed
Set sudo mode on travis builds
1 parent ee2601d commit b1dfda7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: csharp
2-
sudo: false
2+
sudo: true
33
dist: trusty
44
mono: none
55
dotnet: 2.1.4

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
CommandLineUtils
22
================
33

4+
[![Travis build status][travis-badge]](https://travis-ci.org/natemcmaster/CommandLineUtils/branches)
45
[![AppVeyor build status][appveyor-badge]](https://ci.appveyor.com/project/natemcmaster/CommandLineUtils/branch/master)
56

7+
[travis-badge]: https://img.shields.io/travis/natemcmaster/CommandLineUtils/master.svg?label=travis&style=flat-square
68
[appveyor-badge]: https://img.shields.io/appveyor/ci/natemcmaster/CommandLineUtils/master.svg?label=appveyor&style=flat-square
79

810
[![NuGet][main-nuget-badge]][main-nuget] [![MyGet][main-myget-badge]][main-myget]
@@ -122,4 +124,4 @@ The library also includes other utilities for interaction with the console. Thes
122124
Process.Start(DotNetExe.FullPathOrDefault(), "run");
123125
```
124126

125-
And more! See the docs for more API, such as `IConsole`, `IReporter`, and others.
127+
And more! See the docs for more API, such as `IConsole`, `IReporter`, and others.

0 commit comments

Comments
 (0)