We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2167a7d commit 3599993Copy full SHA for 3599993
.travis.yml
@@ -1,5 +1,9 @@
1
language: csharp
2
-solution: JsonLD.sln
+env:
3
+ global:
4
+ - DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
5
+ - DOTNET_CLI_TELEMETRY_OPTOUT=1
6
+dotnet: 2.1.401
7
script: dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
8
after_success:
9
- curl -s https://codecov.io/bash > codecov
0 commit comments