Skip to content

Commit c37237c

Browse files
committed
Updated Travis yml.
1 parent 1ac2630 commit c37237c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.travis.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
language: csharp
22
mono: none
3+
sudo: required
4+
dist: xenial
35
dotnet: 2.2
46
script:
5-
- dotnet restore
6-
- dotnet build AspNetCoreSerilogExample.sln -c Release
7+
- dotnet restore
8+
- dotnet build AspNetCoreSerilogExample.sln -c Release
9+
global:
10+
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
11+
- DOTNET_CLI_TELEMETRY_OPTOUT=1

0 commit comments

Comments
 (0)