Skip to content

Commit 3599993

Browse files
committed
Set up dotnet version and global env vars
1 parent 2167a7d commit 3599993

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
language: csharp
2-
solution: JsonLD.sln
2+
env:
3+
global:
4+
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1
5+
- DOTNET_CLI_TELEMETRY_OPTOUT=1
6+
dotnet: 2.1.401
37
script: dotnet test -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[JsonLD.Test*]*"
48
after_success:
59
- curl -s https://codecov.io/bash > codecov

0 commit comments

Comments
 (0)