roadie/.travis.yml
Steven Hildreth a2806e48a9
Update .travis.yml
update to core 5.0
2020-11-14 17:12:46 -06:00

11 lines
193 B
YAML

language: csharp
mono: none
sudo: required
dist: xenial
dotnet: 5.0
script:
- dotnet restore
- dotnet build
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- DOTNET_CLI_TELEMETRY_OPTOUT=1