Skip to content

Commit ffd6f91

Browse files
committed
Update travis.yml
1 parent da464e1 commit ffd6f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
name: ".NET Core 3 (Mac: OS X)"
1919

2020
script:
21-
- dotnet build ./src/$PROJECT_NAME/$PROJECT_NAME.csproj -c Release -f netstandard2.1
22-
- dotnet test ./test/$PROJECT_NAME.Test/$PROJECT_NAME.Test.csproj -c Release -f netcoreapp3.0 /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[xunit*]*"
21+
- dotnet build ./src/$PROJECT_NAME/$PROJECT_NAME.csproj -c Release
22+
- dotnet test ./test/$PROJECT_NAME.Test/$PROJECT_NAME.Test.csproj -c Release /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:Exclude="[xunit*]*"
2323

2424
after_script:
2525
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)