Switch off Travis container-based infrastructure

This commit is contained in:
Nate McMaster 2017-03-21 12:56:34 -07:00
parent 379566c6a5
commit dbc012c713
No known key found for this signature in database
GPG Key ID: BD729980AA6A21BD
1 changed files with 5 additions and 1 deletions

View File

@ -1,10 +1,14 @@
language: csharp language: csharp
sudo: false sudo: required
dist: trusty dist: trusty
env: env:
global: global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1 - DOTNET_CLI_TELEMETRY_OPTOUT: 1
addons:
apt:
packages:
- libunwind8
mono: none mono: none
os: os:
- linux - linux