mirror of
https://github.com/sphildreth/roadie
synced 2025-02-16 21:18:26 +00:00
Update .travis.yml
This commit is contained in:
parent
b033dc0c66
commit
3327af0934
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,11 +1,11 @@
|
||||||
language: csharp
|
language: csharp
|
||||||
mono: none
|
mono: none
|
||||||
|
sudo: required
|
||||||
|
dist: xenial
|
||||||
dotnet: 2.2
|
dotnet: 2.2
|
||||||
solution: Roadie.sln
|
|
||||||
install:
|
|
||||||
- nuget restore Roadie.sln
|
|
||||||
- nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner
|
|
||||||
script:
|
script:
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- msbuild /p:Configuration=Release Roadie.sln
|
- dotnet build
|
||||||
- dotnet ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe ./Roadie.Api.Library.Tests/bin/Release/Roadie.Api.Library.Tests.dll
|
global:
|
||||||
|
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
|
||||||
|
- DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue