Skip to content

Commit

Permalink
Build: attempt to switch from trusty to xenial on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrnet committed Jan 27, 2019
1 parent 015dcd7 commit eb89878
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,21 @@ language: csharp
env:
- HOME=/home/travis APPDATA=/home/travis LocalAppData=/home/travis

sudo: required #false
dist: trusty
sudo: required
dist: xenial
dotnet: 2.2.103
mono:
- latest
- latest
os:
- linux

addons:
apt:
sources:
- sourceline: 'deb [arch=amd64] https://packages.microsoft.com/repos/microsoft-ubuntu-trusty-prod trusty main'
key_url: 'https://packages.microsoft.com/keys/microsoft.asc'
packages:
- dotnet-hostfxr-1.0.1
- dotnet-sharedframework-microsoft.netcore.app-1.1.2
- linux

branches:
except:
- gh-pages

script:
- ./build.sh Test quick

global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- DOTNET_CLI_TELEMETRY_OPTOUT=1
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ test: off
deploy: off
shallow_clone: true
clone_depth: 1

environment:
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

0 comments on commit eb89878

Please sign in to comment.