Update .travis.yml

This commit is contained in:
Steven Hildreth 2019-03-05 09:29:23 -06:00 committed by GitHub
parent b033dc0c66
commit 3327af0934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
language: csharp
mono: none
sudo: required
dist: xenial
dotnet: 2.2
solution: Roadie.sln
install:
- nuget restore Roadie.sln
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
script:
- dotnet restore
- msbuild /p:Configuration=Release Roadie.sln
- dotnet ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./Roadie.Api.Library.Tests/bin/Release/Roadie.Api.Library.Tests.dll
- dotnet build
global:
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- DOTNET_CLI_TELEMETRY_OPTOUT=1