Skip to content

Commit 2167a7d

Browse files
committed
Add initial Travis config file
1 parent fdcc8fd commit 2167a7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: csharp
2+
solution: JsonLD.sln
3+
script: dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
4+
after_success:
5+
- curl -s https://codecov.io/bash > codecov
6+
- chmod +x codecov
7+
- ./codecov -f "*opencover.xml"

0 commit comments

Comments
 (0)