Skip to content

Commit eb89878

Browse files
committed
Build: attempt to switch from trusty to xenial on travis-ci
1 parent 015dcd7 commit eb89878

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

.travis.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,21 @@ language: csharp
33
env:
44
- HOME=/home/travis APPDATA=/home/travis LocalAppData=/home/travis
55

6-
sudo: required #false
7-
dist: trusty
6+
sudo: required
7+
dist: xenial
88
dotnet: 2.2.103
99
mono:
10-
- latest
10+
- latest
1111
os:
12-
- linux
13-
14-
addons:
15-
apt:
16-
sources:
17-
- sourceline: 'deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main'
18-
key_url: 'https://packages.microsoft.com/keys/microsoft.asc'
19-
packages:
20-
- dotnet-hostfxr-1.0.1
21-
- dotnet-sharedframework-microsoft.netcore.app-1.1.2
12+
- linux
2213

2314
branches:
2415
except:
2516
- gh-pages
2617

2718
script:
2819
- ./build.sh Test quick
20+
21+
global:
22+
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
23+
- DOTNET_CLI_TELEMETRY_OPTOUT=1

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ test: off
1616
deploy: off
1717
shallow_clone: true
1818
clone_depth: 1
19+
20+
environment:
21+
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
22+
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 commit comments

Comments
 (0)