Switch off Travis container-based infrastructure

Something about running tests inside a docker container causes the tests to timeout

[skip appveyor]
This commit is contained in:
Nate McMaster 2017-03-21 13:34:49 -07:00
parent 8e7d853bf9
commit 9aa4048866
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
sudo: false
sudo: required
dist: trusty
env:
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
addons:
apt:
packages:
- libunwind8
mono: none
os:
- linux