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 05f353a commit b5f9060Copy full SHA for b5f9060
.travis.yml
@@ -7,7 +7,9 @@ env:
7
dotnet: 2.1.401
8
install:
9
- dotnet restore
10
-script: dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
+script:
11
+ - dotnet build
12
+ - dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
13
after_success:
14
- curl -s https://codecov.io/bash > codecov
15
- chmod +x codecov
0 commit comments